Fix #2285 - handle scenario where the module definition associated to a module instance does not exist
This commit is contained in:
		| @ -1,4 +1,4 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <root> | ||||
|   <!--  | ||||
|     Microsoft ResX Schema  | ||||
| @ -118,6 +118,6 @@ | ||||
|     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> | ||||
|   </resheader> | ||||
|   <data name="Error.Module.Load" xml:space="preserve"> | ||||
|     <value>A Problem Was Encountered Loading Module {0}</value> | ||||
|     <value>A Problem Was Encountered Loading Module {0}. The Module Is Either Invalid Or Does Not Exist.</value> | ||||
|   </data> | ||||
| </root> | ||||
| @ -147,4 +147,7 @@ | ||||
|   <data name="Message.Required.Title" xml:space="preserve"> | ||||
|     <value>You Must Provide A Title For The Module</value> | ||||
|   </data> | ||||
|   <data name="Error.Module.Load" xml:space="preserve"> | ||||
|     <value>A Problem Was Encountered Loading Module {0}. The Module Is Either Invalid Or Does Not Exist.</value> | ||||
|   </data> | ||||
| </root> | ||||
		Reference in New Issue
	
	Block a user
	 Shaun Walker
					Shaun Walker