2.0 Framework ResGen generates 'internal' classes and method

G

Guest

Visual Studio 2005 generates strongly typed classes from *.resx files that
simplify accessing resource strings, etc. The classes are created as
internal. I would like to be able to package these *.resx files and
associated classes into an assembly that can be shared between custom web
controls in an ASP.Net application (i.e. a satellite assembly). To use these
auto-generated classes, I have to manually change the class and method
definitions from 'internal' to 'public'. Is there any way to automatically
generate these class and method definitions as public?
 

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

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,053
Latest member
BrodieSola

Latest Threads

Top