Groups | Blog | Home
all groups > dotnet internationalization > december 2004 >

dotnet internationalization : Changes to resource files not found in build.


Ray Seaward via .NET 247
12/22/2004 3:54:04 PM
Hello=2E I'm working on an application in VB=2ENet using Visual=
Studio =2ENet 2003=2E 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 =2Eresx files=2E=
Here's the problem:

Changes we make in development are not showing up in the built=
application=2E But, this is not true in all cases=2E That is, some=
of the items are returned translated whereas some are not=2E 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=2E

Has anyone else come across this problem during the build=
process? (As a note, all translations work fine in debug mode=2E)

Thanks in advance,
Ray

-----------------------
Posted by a user from =2ENET 247 (http://www=2Edotnet247=2Ecom/)

Marin [MS]
12/28/2004 3:51:01 PM
I've never actually seen this problem. If the translations are loading
correctly in debug mode, then your resources and satellite assemblies should
be set up correctly. If that's the case, then perhaps your retail files are
signed, but your satellite assemblies are not. Strongly named assemblies
will not load satellite assemblies which are not strongly named. Otherwise,
is there any information you could add or is there a chance that your
satellite assemblies are not being compiled correctly in your build process?
Marin

[quoted text, click to view]
AddThis Social Bookmark Button