VS.Net help and MSDN documentation indicate there should
be several classes for dealing with XML resource files
(.resx) within the System.Resources namespace:
ResXFileRef, ResXResourceReader, ResXResourceSet, etc.
But they aren't there. I'm using v1.1.4322. I don't
find mention anywhere of these classes being dropped or
moved; can someone tell me why they aren't there and,
better yet, where they are?
http://pages.sbcglobal.net/fredsaw/images/resources.jpg
Thanks!
Fred
Fred Sawtelle - 02 May 2005 19:00 GMT
Uh... because you need a reference to
System.Windows.Forms.dll. Nevermind, found it.
Fred