|
I’m trying to test a simple winform application originally built in VS2003 to see if I can get this to run on Unix/Linux.
I can compile with no errors but get the following exception when running the .exe.
Unhandled Exception: System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or its parents. Make sure "Form1.resources" was correctly embedded or linked into assembly "Form1".
at System.Resources.ResourceManager.InternalGetResourceSet.....
How do I determine what is causing this?
If there is someplace I should be checking for support on this kind of thing, please let me know. I have been working with mono for just a few days now so I have not discovered the support resources that are available.
Thanks,
Jeff |
_______________________________________________ Mono-winforms-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-winforms-list
