Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Visual FoxPro5 exception error C0000005
Message
From
19/10/1998 09:40:00
 
 
To
19/10/1998 08:38:48
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00148060
Message ID:
00148072
Views:
28
>I have converted a VFP3 application to VFP5. I am now getting a
>Windows exception error C0000005 when it tries to execute
>RELEASE THISFORM.
>
>Do anyone know how to fix this
>
>Thanks

Well we have heard many things on this one, however, I feel it is a bug.

1. Make sure the most recent version of DCOM 95/98 is installed on the PC. (or you can get this by installing IE 4.01 SP1.)

2. Make sure that any object references are set to .NULL. prior to releasing the form. So, if in the init of the form you do something like...

thisform.oHappyClass = createobj('happyclass')

In the destroy of the form do...

thisform.oHappyClass = .null.

BOb

PS: There is an MS KB article about this.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform