Sep 12, 2003 #1 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.
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.
Sep 12, 2003 #2 stravis Programmer Joined Jun 28, 2003 Messages 420 Location US Open your .vbproj file with a text editor and remove the the section that looks something like the following: Code: <File RelPath = "Copy of crUnderCrossHome.vb" SubType = "Code" BuildAction = "Compile" /> Then save the file and open the project in Visual Studio .NET Upvote 0 Downvote
Open your .vbproj file with a text editor and remove the the section that looks something like the following: Code: <File RelPath = "Copy of crUnderCrossHome.vb" SubType = "Code" BuildAction = "Compile" /> Then save the file and open the project in Visual Studio .NET