Accessing a resource file in a project layer other than Web project inside the same solution  
Author Message
Awaneesh Pandey





PostPosted: .NET Base Class Library, Accessing a resource file in a project layer other than Web project inside the same solution Top

Hi,

I have resource file TestResource.resx under 'App_GlobalResources' in my web project. Now i want to access this resource file in a separate project layer 'Project1' for using the default localized values from the resource file to create some XML data in this project layer.

Now i don't know how to access the resource file from the webproject to a different project layer.

What's the best way to achieve this functionality

Please suggest.

Thanks,

Awaneesh




.NET Development14