|
-
August 27th, 2001, 02:49 AM
#1
Error while opening VB project file - urgent
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
-
August 27th, 2001, 03:50 AM
#2
Re: Error while opening VB project file - urgent
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
[email protected]
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|