[CF2.0] Class library and localized resources

  • Thread starter Thread starter Steve B.
  • Start date Start date
S

Steve B.

Hi,

I have a solution with two projects : Client.exe and Library.dll.
The app client.exe reference the project library.dll. The solution is set up
to deploy only the exe file (to avoid the dll to create a folder in program
files, but the dll is deployed along the exe file).

Noth client.exe and library.dll have resource files that are localized (ex:
errors.resx, errors.fr.resx, form1.resx, form1.fr.resx, etc.).
When I deploy the solution with VS 2005, the client.exe file and its
sattelite assemblies are deployed, but for the library.dll assembly, only
the dll itself is deployed, not the localized sattelite assemblies.

Is there anything I missed in order to make VS deploy localized resources
for a class library ?

Thanks,
Steve
 
You need to specify the localized .resx files under the Properties folder for
the Library project.

Regards
Simon.
 
Hte library also contain forms ... I cannot choose the location of the resx
files ... doesn't it ?

Steve
 
Back
Top