tags:

views:

186

answers:

1

I am trying to compile a VB6 project. On the File Menu it use to display MAKE PROJ1.EXE. Now it displays MAKE PROJ1. (note EXE is missing) The program runs fine in the IDE. I can start with full compile. I can even create a set up disk from the packaging and deployment wizard. I have a sucessful install, but the package will not run. There is no exe file. Other vb project compile just fine. Can anyone lend a hand????

+1  A: 

That's weird

Open up the .VBP project file using Notepad and verify the following entry is correct

ExeName32="PROJ1.EXE"
DJ