I am having a problem with using the AboutBox feature. Upon clicking on the
about menu option, the program crashes in creating the AboutBox object when
reading in the assembly file, although the assembly file is present and in
the same directory as the AboutBox code. 

The top of the error that I get:

System.Resources.MissingManifestResourceException: Could not find any
resources appropriate for the specified culture or the neutral culture. 
Make sure "BeamsteeringGui.AboutBox.resources" was correctly embedded or
linked into assembly "beamsteeringGui" at compile time, or that all the
satellite assemblies required are loadable and fully signed.
  at System.Resources.ResourceManager.AssemblyResourceMissing (System.String
fileName) [0x00000] 

The line in the AboutBox.Designer.cs that errors is:
System.ComponentModel.ComponentResourceManager resources = new
System.ComponentModel.ComponentResourceManager(typeof(AboutBox));

-- 
View this message in context: 
http://old.nabble.com/AboutBox-error-tp26443557p26443557.html
Sent from the Mono - General mailing list archive at Nabble.com.

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to