Create Project.resources.dll like Visual Studio

S

Steven

Hi

I have been working on this for days and feel there may not be an easy
answer. I have a very large solution with 171 projects. some projects have
over 60 forms or web pages.

I have spent some time creating a tool that extracts all .resx files.
Creates a dummy translation then saving a culture version of this file (e.g.
form1.<culture>.resx.

I have then created a \<culture>\MyProject.resources.dll using resgen.exe
and al.exe.

The problem I am having is this file is not automatically loaded when the
application runs. I would like to be able to create the resources.dll file in
the same mannor as Visual Studio does to ensure it is loaded automatically
when a culture is set.

The reason I don't want to manually load this sat assembly is because there
are litterally 100's of forms and web pages in the solution and it would be
too time consuming.

Is there a way I can create my .resource.dll file in the same way as VS so
it is automatically loaded?

Thanks in advance.

Steven.
 
M

Mr. Arnold

Steven said:
Hi

I have been working on this for days and feel there may not be an easy
answer. I have a very large solution with 171 projects. some projects have
over 60 forms or web pages.

I'll put it to you point-blank. For a solution to have over 171 projects is
outrageous, and things have totally gone out of control with that solution.
 

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