Build Errors

Tharnid

New member
Joined
Dec 7, 2005
Messages
2
Programming Experience
Beginner
I am getting the following error when trying to build my project:

An unhandled exception of type 'System.IO.FileNotFoundException' occurred in system.drawing.dll

Additional information: F:\N331 Final Project\Memory Game2\bin\back_image.emf

I think my AppPath variable is set wrong...but I am not sure :confused:
Any help would be appreciated.
 
(dumb question) is the file in that location?
and are you using Application.StartupPath & "\back_image.emf" to use it?
 
I don't have my code with me at work, but I can post it when I get home. My AppPath variable is called from modules.vb...might be a little tough to explain. What do I need to post to help understand the problem?
 
Back
Top