[CF2.0] Class library and localized resources

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
 
G

Guest

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

Regards
Simon.
 
S

Steve B.

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

Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top