Missing Resource Files

SteveW

Member
Joined
Jul 11, 2006
Messages
6
Location
New Jersey
Programming Experience
Beginner
Hi,

I have built an application and in the resources folder, there are a jillion JPEGs and two XML files. The ap works fine in VisStudio (VB.NET) during debugging. I have set the XML files properties to "Content" + "Always Copy". Same for the JPEGs.

Installation using One-Click seems to go well but when the ap executes, an IO error of file not found occurs. With the ap still open, I browsed the run-time folder and the JPEGs are there but the XML files are not.

The XML files are present in the build folder so it seems they are not being copied to the run-time folder. I also tried changing their properties to "Embedded Resource" + "Always Copy" and the same thing results.

How can I get the XML files copied to this folder?

Any help appreciated! Thanks!

Steve...
 
Back
Top