I'm migrating from a .net 1.1 project to .net 3.5. I copied resource files into App_LocalResources. The problem is that an exception is raised when the compiler tries to access the resource.
The error I get is:
Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "wa_amso.App_LocalResources.UIStrings.resources" was correctly embedded or linked into assembly "App_Web_v12mkr6g" at compile time, or
that all the satellite assemblies required are loadable and fully signed.
margbarje
Member
23 Points
49 Posts
Can't access local resources
Jul 08, 2011 01:39 PM|LINK
I'm migrating from a .net 1.1 project to .net 3.5. I copied resource files into App_LocalResources. The problem is that an exception is raised when the compiler tries to access the resource.
The error I get is:
Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "wa_amso.App_LocalResources.UIStrings.resources" was correctly embedded or linked into assembly "App_Web_v12mkr6g" at compile time, or that all the satellite assemblies required are loadable and fully signed.
princeG
Star
9612 Points
1602 Posts
Re: Can't access local resources
Jul 10, 2011 11:57 AM|LINK
Here is same problem with solution:
http://social.msdn.microsoft.com/forums/en-US/winforms/thread/30d3f13f-0f2e-4852-833f-32d3f557c38a/
You can file the resoulce as well
http://forums.asp.net/t/1094743.aspx/1?Could+not+find+any+resources+appropriate+for+the+specified+culture+or+the+neutral+culture+Conversion+error+HELP+