Hello,
I have seen the latest update in WAP 1.0v that "Resource support with the App_GlobalResources directory:" feature is available now, but i don't know how to access the value from the resource file using the Proxy object?
For e.g : 'Constants.resx' resource file is created under 'App_GlobalResources' folder., So to access a value(HeaderMsg) from the resource file in a sample.aspx.cs code behind page would be like
string temp = Constants.HeaderMsg; or
string temp = Namespace.App_GlobalResources.Constants.HeaderMsg(using this syntax runs into runtime error saying an exception type of"'System.Resources.MissingManifestResourceException' occured..
It would be really helpful, if someone helps me out?
Also, I assume 'Build Action' property value for 'Constants.resx' file to 'None' would help me to make any changes in the resource file without recompiling the application - Please correct me , if I am wrong.
Thanks,
Chandra