|
Project file...contains invalid key 'Retained'
Author |
Message |
Keith Whitfiel #1 / 5
|
 Project file...contains invalid key 'Retained'
I've downloaded two projects from the web in recent days and when attempting to open them, I get the error message "The project file [project file name] contains invalid key 'Retained'- Continue loading project?" If I select 'Yes', the project continues to load. Attempting to run the run the project generates another error: "Compile error. Invalid outside procedure." I'm using VB 5.0 Professional, with service patch 3. Any suggestions? -- Keith Whitfield
Website: www.geotec.net/kwhitfield "Semper Fi"
|
Wed, 18 Jun 1902 08:00:00 GMT |
|
 |
OTSE #2 / 5
|
 Project file...contains invalid key 'Retained'
Quote: > I'm using VB 5.0 Professional, with service patch 3. Any suggestions?
"Retained" is a VB6 thing, a property I think. Most VB6 projects will run on VB5 without it, but in this case, it won't. Can someone please explain for us VB5 users exactly what "Retained" does/means? Regards, Otser.
|
Wed, 18 Jun 1902 08:00:00 GMT |
|
 |
Mike Fieldi #3 / 5
|
 Project file...contains invalid key 'Retained'
On Thu, 24 Aug 2000 08:46:11 -0500, "Keith Whitfield" Quote:
>I've downloaded two projects from the web in recent days and when attempting >to open them, I get the error message "The project file [project file name] >contains invalid key 'Retained'- Continue loading project?" If I select >'Yes', the project continues to load. Attempting to run the run the project >generates another error: "Compile error. Invalid outside procedure." >I'm using VB 5.0 Professional, with service patch 3. Any suggestions?
Been there. Done that! I too am using VB5 with SP3 and have found that VB6 projects include this statement in the vpb file. My solution is simply to edit the vpb file and remove the offending line. So far, it has worked every time. Mike
|
Wed, 18 Jun 1902 08:00:00 GMT |
|
 |
Peter Quic #4 / 5
|
 Project file...contains invalid key 'Retained'
Haloha, You can try to open the VBP file in notepad, delete the line with Retained, save it and open it in VB5, if the project doesn't use VB6 specific instructions / controls, it probably work. Pete
|
Wed, 18 Jun 1902 08:00:00 GMT |
|
 |
Marek Stanì #5 / 5
|
 Project file...contains invalid key 'Retained'
The files are for VB6. Mark
Quote: > I've downloaded two projects from the web in recent days and when attempting > to open them, I get the error message "The project file [project file name] > contains invalid key 'Retained'- Continue loading project?" If I select > 'Yes', the project continues to load. Attempting to run the run the project > generates another error: "Compile error. Invalid outside procedure." > I'm using VB 5.0 Professional, with service patch 3. Any suggestions? > -- > Keith Whitfield
> Website: www.geotec.net/kwhitfield > "Semper Fi"
|
Wed, 18 Jun 1902 08:00:00 GMT |
|
|
|