Can't access all embeded resources

  • Thread starter Thread starter mavrick_101
  • Start date Start date
M

mavrick_101

Hi,

I'm porting an application, originally written in .net 1.1, to .net 2.0. I'm
running into this problem where the application don't seem to find some
embeded resources, exactly under one of the folders in the application.

What am I doing wrong?

Any clue?

Thanks.
 
I figured out that the folder I was missing as resource wasn't set as embeded
(in the properties). Once I changed the property to embeded instead of
content, I was able to access it as a resource.

I hope this helps.
 
Back
Top