Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unable to open module that doesn't exist.

Status
Not open for further replies.

qwert231

Programmer
Joined
Sep 4, 2001
Messages
756
Location
US
I get this message:
Unable to open module file 'C:\...\Copy of crUnderCrossHome.vb': The system cannot find the file specified.

That file does not exist. How can I get rid of this message? Thanks.
 
Open your .vbproj file with a text editor and remove the the section that looks something like the following:
Code:
<File
    RelPath = &quot;Copy of crUnderCrossHome.vb&quot;
    SubType = &quot;Code&quot;
    BuildAction = &quot;Compile&quot;
/>

Then save the file and open the project in Visual Studio .NET
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top