Resources in C# Class Library

S

shapper

Hello,

I am working on a C# Class Library and create a Resource file
(Messages.resx).

How can I set the code generation class to generate properties as
public? The default is to use "internal".

Thank You,

Miguel
 
K

kndg

Hello,

I am working on a C# Class Library and create a Resource file
(Messages.resx).

How can I set the code generation class to generate properties as
public? The default is to use "internal".

Thank You,

Miguel

Hi Miguel,

By double-click the resource file and change the 'Access Modifier' to
'Public'? (Visual Studio 2008).
 

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