keeping resx files in another folder

  • Thread starter Thread starter neilmcguigan
  • Start date Start date
N

neilmcguigan

is there a way to get visual studio (2k3) to put and keep resx files in
a folder?

i create yada.aspx
yada.aspx.resx is created
i move yada.aspx.resx to folder deda
next time i start VS, there is a new file yada.aspx.resx in the root
folder

thanks

neil
 
why would you want to? They are part of the form definition and store
properties and resources the form may use, so they have to be with the form.
Kind of like in VS2005 you have to have your partial class designer code
file with the form...
 
why wouldn't i want to?

a) VS2k5 does it

b) i might not want 500 resx files in my root folder

c) they don't have to be with the form
 
In VS2005 I have resx files all over the place with their forms every form
has one ontop of the "resource" file the project has...
 

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