Hi,

I have this problem since, like, forever, but now I decided to ask here and hopefully find a solution. When I open my project in VB and run it (debug), the app loads some images from external files which are in the same directory as the project. Usually, when I first open and run the project, everything works fine, but as soon as the second time (or third-it's pretty much random), an error 76 occurs saying "Path not found", but the path or file weren't modified. And this is also the case in all of my projects. If I close and re-open VB and run the project again, everything works fine again. I don't think this happens if I run the executable file of the app. I didn't use App.Path in paths, just the relative path.

Thanks