Hello. I'm working on an application in VB.Net using Visual Studio .Net 2003. Since our application has to be in Engligh and in French (depending upon user selection), we're using the ResourceManager class to reference the localization .resx files. Here's the problem:
Changes we make in development are not showing up in the built application. But, this is not true in all cases. That is, some of the items are returned translated whereas some are not. It seems to me that all newly translated items are not being recognized by the build process and are not being included as embedded resources.
Has anyone else come across this problem during the build process? (As a note, all translations work fine in debug mode.)
Thanks in advance,
Ray
Jorge Matos - 20 Oct 2004 20:03 GMT
Ray,
Are you using Satelite assemblies? or embedded "resx" files in the IDE? One
thing to verify if using the IDE is that the "Build Action" for each "resx"
file is set to "Embedded Resource". There's also a naming standard to how
you access resources.
For more information
http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20040826netaa/mani
fest.xml
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cp
conPackagingDeployingResources.asp
http://blogs.msdn.com/achimr/
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cptutorials/htm
l/string_resources.asp
> Hello. I'm working on an application in VB.Net using Visual Studio .Net 2003. Since our application has to be in Engligh and in French (depending upon user selection), we're using the ResourceManager class to reference the localization .resx files. Here's the problem:
>
[quoted text clipped - 9 lines]
>
> <Id>O5TWUskL8UyVh2/k+MyYzQ==</Id>
Marshal - 31 Oct 2004 12:34 GMT
Hi,
I also faced the same problem and solved it by doing 'Rebuild All' whenever
the resource was changed. Try it out.
regards
Marshal
> Hello. I'm working on an application in VB.Net using Visual Studio .Net 2003. Since our application has to be in Engligh and in French (depending upon user selection), we're using the ResourceManager class to reference the localization .resx files. Here's the problem:
>
[quoted text clipped - 9 lines]
>
> <Id>O5TWUskL8UyVh2/k+MyYzQ==</Id>