[MonoDevelop] Winforms app MissingManifestResourceException

Lluis Sanchez lluis at ximian.com
Mon Nov 13 19:17:58 EST 2006


El dl 13 de 11 del 2006 a les 23:06 +0200, en/na Sorin Peste va
escriure:
> I'm trying to build Microsoft's Enterprise Library (the 1.1, June 2005
> version) under Mono. I have imported the VS solution in Monodevelop and
> (after a bit of tweaking) I have managed to build it, but I get an
> exception when trying to run the Configuration Console I just built.
> This is a Windows.Forms 1.1 app. The exception is:
> 
> Unhandled Exception: System.Resources.MissingManifestResourceException:
> Could not find any resource appropiate for the specified culture or its
> parents. Make sure
> "Microsoft.Practices.EnterpriseLibrary.Tools.ConfigurationConsole.MainForm.resources"
> was correctly embedded or linked into assembly "EntLibConfig".
> 
> When inspecting the assembly with Reflector, I can see that specific
> resource was embedded as
> 
> MainForm.resx
> 
> whereas the MS .NET (csc.exe) version has it embedded as
> 
> Microsoft.Practices.EnterpriseLibrary.Tools.ConfigurationConsole.MainForm.resources
> 
> The resource file name is MainForm.resx. Is there a way to specify in
> Monodevelop how this should be embedded ?

MD does not yet support compilation of .resx files into .resources
files. Could you please file a bug report in bugzilla.ximian.com? I'll
look into that.

Lluis.




More information about the Monodevelop-list mailing list