resources file not working in VS2008

S

stormogulen

Hi,

I have converted a project from VS2005 to VS2008, and I now have
problems accessing icons which are stored in a .resources file.

The target framework is still 2.0.

When I look at the .resources file in the Soultion Explorer, the icon
has changed into the 'unknown file type' icon.

When I run the application, I get a runtime error saying something
like:

Could not find any resources appropriate for the specified culture or
the neutral culture. Make sure "[namespace].managericons.resources"
was correctly embedded or linked into assembly "[namespace]" at
compile time, or that all the satellite assemblies required are
loadable and fully signed.

Has there been any changes to how resources files are handled?

Best regards,
Bjarne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top