L
leodippolito
I have a resources file under App_GlobalResources in my web application
("web site project"). I can access it normally using the strongly-typed
syntax.
My question: I have a DAL that is separate in a different project
(class library). Is it possible to access the resources file in
App_GlobalResources from the DAL classes?
In my web site project I have a reference for the DAL class library
project.
Any ideas?
("web site project"). I can access it normally using the strongly-typed
syntax.
My question: I have a DAL that is separate in a different project
(class library). Is it possible to access the resources file in
App_GlobalResources from the DAL classes?
In my web site project I have a reference for the DAL class library
project.
Any ideas?