Click to See Complete Forum and Search --> : Error while opening VB project file - urgent


pavan_jp
August 27th, 2001, 02:49 AM
Hi All,
I have a VB 6 project file and as I wanted to open in VB 5.0, I opened the .VBP file
and removed the following two lines.
Retained=0
ThreadPerObject=0.
Afterthat, when I tried to open .vbp file, I'm getting the following errors respectively.
DebugStartupOption is a wrong key (Retained is a wrong key) :
impossible to load the project.
Can any one tell me what is wrong here?

Thanks
Regards
Pavan

Cakkie
August 27th, 2001, 03:50 AM
These are VB6 specific keys. Make sure to remove them from the .vbp file using an editor like notepad. Normally, it should only be the two mentioned first, but depending on the service pack installed (VB6 service pack), there can be soma additional keys.

Tom Cannaerts
slisse@planetinternet.be

Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook