martes, 17 de febrero de 2015

Cambiar el alcance de un archivo de etiquetas

Visual Studio 2008: Very easy process, just open the resource editor and change the value in the Access Modifier drop down menu from Internal to Public.


Visual Studio 2005: There is a free custom tool for that purpose called ResXFilePublicCodeGenerator – Download and install it. After the installation, open the properties window of the resource file and change the Custom Tool to ResXFilePublicCodeGenerator, than right click on the resource file and choose the Run Custom Tool from the drop down menu.


Referencia : http://www.dev102.com/2008/07/01/how-to-generate-public-classes-for-resource-files/