A
Andy B
Hi All,
There seems to be a "feature" when using the resgen /str option to generate
C# wrapper classes for the resource.
The generated code which links the resource manage to the resource does not
specify the resgen output file but instead forms the resource name from the
supplied namespace and class name.
eg
global::System.Resources.ResourceManager temp = new
global::System.Resources.ResourceManager("<Specified namespace and wrapper
class name here>", typeof( AccountExternalEditModule).Assembly);
Surely it should reference the generated resgen output file.
Regards
Andy B
There seems to be a "feature" when using the resgen /str option to generate
C# wrapper classes for the resource.
The generated code which links the resource manage to the resource does not
specify the resgen output file but instead forms the resource name from the
supplied namespace and class name.
eg
global::System.Resources.ResourceManager temp = new
global::System.Resources.ResourceManager("<Specified namespace and wrapper
class name here>", typeof( AccountExternalEditModule).Assembly);
Surely it should reference the generated resgen output file.
Regards
Andy B