M
Mario
Hello,
I have a resource file add in my VS2008 solution called
myresource.resx
If I run the below it works fine
ResourceManager myRM = new ResourceManager
("ConsoleApplication2.myresource", Assembly.GetExecutingAssembly());
Any ideas why I can't run it like this ?
ResourceManager myRM = new ResourceManager("myresource",
Assembly.GetExecutingAssembly());
Many Thanks
MK
I have a resource file add in my VS2008 solution called
myresource.resx
If I run the below it works fine
ResourceManager myRM = new ResourceManager
("ConsoleApplication2.myresource", Assembly.GetExecutingAssembly());
Any ideas why I can't run it like this ?
ResourceManager myRM = new ResourceManager("myresource",
Assembly.GetExecutingAssembly());
Many Thanks
MK