Missing File

djpaz25

Member
Joined
Nov 12, 2003
Messages
12
Im getting a message when I do a build that says, "Unable to open module file c:\WinOilsDev\Copy of dsSmallLabel.vb. The system cannot find the file specified."

That file wasnt needed by the project (or so I thought) and I deleted it. I cant find what remaining form/module/file is referring to the missing one. I did a text search within the project and a search on the files comprising the project, but none seem to be referring to the missing file. Any ideas on how I can find the referring file?

BTW, the location of the error is given as line 0 of the missing file.

Thanks
 
You may have this included in your References folder? Just an idea?... or possibly a folder you made your self like Pics or something like that...
 
Have you tried doing text search for that term, or at least a part of that term in the correct directory - through windows?
 
Found File

Thanks for the help. I ended up finding the reference in the .vbproj file. I had done a search on the files in the directory looking for the name of the missing file. That search turned up empty for some reason. However, I was able to edit the vbproj file and remove the reference to the missing file.

Thanks again.
 
Back
Top