Hi,
I have two VBP(VB Projects), both of them nothing but a single class module, intended to be converted as an EXE and run in Windows TaskScheduler every night.
I opened the first VBP, let us call it One.vbp, did some work in the Module and then "Made an EXE". So far fine, I have One.EXE in my hand.
But, when I opened the second VBP, let us call it Two.vbp, Attempted to Make an EXE, the
option in the File Menu, always shows "
" instead of "
" . This is weird, and I don't know why it does like this and I don't know how to make a work-around for this.
I use Enterprise Edition of Visual Studio, version 6, SP5 on Windows 2000 with SQL Server as the back end.
Situation a little desperate here, Kindly help.
Thank you...
RR
I have two VBP(VB Projects), both of them nothing but a single class module, intended to be converted as an EXE and run in Windows TaskScheduler every night.
I opened the first VBP, let us call it One.vbp, did some work in the Module and then "Made an EXE". So far fine, I have One.EXE in my hand.
But, when I opened the second VBP, let us call it Two.vbp, Attempted to Make an EXE, the
Code:
Make EXE
Code:
Make one.exe
Code:
Make Two.exe
I use Enterprise Edition of Visual Studio, version 6, SP5 on Windows 2000 with SQL Server as the back end.
Situation a little desperate here, Kindly help.
Thank you...
RR