C
CuriousGeorge
I've upgraded a .Net 1.1 web app to 2.0 and am having a heck of a time
getting resources to work again. From what I understand if I move my
strings.resx file into the App_GlobalResources folder I should magically be
able to reference my strings using the syntax Resources.strings.string1.
This isn't working for me. Is there something I'm missing other than moving
the file itself and rebuilding? I get this error:
"The type or namespace name 'strings' does not exist in the namespace
'System.Resources' (are you missing an assembly reference?)"
-Brett-
getting resources to work again. From what I understand if I move my
strings.resx file into the App_GlobalResources folder I should magically be
able to reference my strings using the syntax Resources.strings.string1.
This isn't working for me. Is there something I'm missing other than moving
the file itself and rebuilding? I get this error:
"The type or namespace name 'strings' does not exist in the namespace
'System.Resources' (are you missing an assembly reference?)"
-Brett-