Moving from 2003 to 2005. Getting my resources to work again

  • Thread starter Thread starter Claire
  • Start date Start date
C

Claire

For localization, I create resx files containing stringlists.
I have several in my project, attached to individual projects/dlls
Since moving across my application doesnt seem to be able to find the
resources I've attached.
Is there any way I can find them so I can check they're named ok?

thanks
 
For localization, I create resx files containing stringlists.
I have several in my project, attached to individual projects/dlls
Since moving across my application doesnt seem to be able to find the
resources I've attached.
Is there any way I can find them so I can check they're named ok?

thanks

Try using .NET Reflector (http://www.aisto.com/roeder/dotnet/) to look
at your compiled assembly and check that they are in fact in the
assembly and have the correct name.

Regards

Grant Frisken
Infralution
www.infralution.com
 

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

Back
Top