djpaz25 Posted February 24, 2004 Posted February 24, 2004 I'm 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 wasn't needed by the project (or so I thought) and I deleted it. I can't 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 Quote
bri189a Posted February 24, 2004 Posted February 24, 2004 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... Quote
Jay1b Posted February 24, 2004 Posted February 24, 2004 Have you tried doing text search for that term, or at least a part of that term in the correct directory - through windows? Quote
djpaz25 Posted February 24, 2004 Author Posted February 24, 2004 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.