[MonoDevelop] Winforms app MissingManifestResourceException
Sorin Peste
neaorin at gmail.com
Tue Nov 14 02:37:47 EST 2006
Lluis Sanchez wrote:
> 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.
>
>
>
There is already a bug filed last year about this, I've added a comment
to that.
http://bugzilla.ximian.com/show_bug.cgi?id=76290
Cheers,
Sorin
More information about the Monodevelop-list
mailing list