CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2000
    Posts
    10

    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



  2. #2
    Join Date
    Jan 2000
    Location
    Olen, Belgium
    Posts
    2,477

    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
    Tom Cannaerts
    email: [email protected]
    www.tom.be (dutch site)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured