VS 2008 ResourceManager.GetObject not working

Administrator

VB.NET Forum Admin
Joined
Jun 3, 2004
Messages
1,462
Programming Experience
10+
I have code that gets resources (byte()) from a .resources file I have as an embedded resource in my class library. All worked fine until upgrading to VS 2008. Now it doesn't work at all!

Anyone have any experience with the Resource Manager in VS 2008? Not sure what changed...need to find a fix.

Thx
 
As a follow up:

The file I had was named "Sounds.resources" and contained sound files (wav) i.e. byte(). I could never get this to work! I took Lutz Roeder's Resourcer and opened the .resources files, all checks good, but saved it out as a .ResX file. Added this file to my project, and it works! Not sure if .resources are no longer valid in VS 2008, or what the problem was!

Problem resolved!
 
Back
Top