Each time I add an icon or image file to resource file(2005 vb) My colleague gets message that the file does not exist. What am I doing wrong? thanks all.
Default resources are "linked at compile time" and only path is stored in resource file. You can change its Persistance property value to "embedded in .resx" - or add resources from a common shared path, I should think.
How are you adding the resource? In VB 2005 you should generally be using the Resources tab of the project properties and then accessing it through My.Resources.
We have added directly to the resx file through the designer(in some cases! Others have been added to the resource folder.) ( oops. Sounds like herein lies my probs eh?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.