[Mono-list] Porting *.resx string collections to Mono

Gonzalo Paniagua Javier gonzalo.mono at gmail.com
Fri Apr 3 14:30:33 EDT 2009


On Thu, 2009-04-02 at 08:14 -0700, cb951303 wrote:
> http://www.nabble.com/file/p22849935/Resources.Designer.cs
> Resources.Designer.cs 
> http://www.nabble.com/file/p22849935/Resources.resx Resources.resx 
> 
> Above files are from Horde3D engine VS2008 project file. I succesfully
> compiled the engine with these resource files included but when I try to use
> built DLL I get errors like this:
> 
> [quote]
> Unhandled Exception: System.Resources.MissingManifestResourceException:
> Could not find any resources appropriate for the specified culture or the
> neutral culture. Make sure "Horde3DNET.Properties.Resources.resources" was
> correctly embedded or linked into assembly "Horde3D.NET" at compile time, or
> that all the satellite assemblies required are loadable and fully signed.
> at System.Resources.ResourceManager.AssemblyResourceMissing (System.String
> fileName) [0x00000]

Did you check that the resource name embedded in the assembly matches
exactly "Horde3DNET.Properties.Resources.resources"?

-Gonzalo




More information about the Mono-list mailing list