Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Visual FoxPro5 exception error C0000005
Message
De
19/10/1998 09:40:00
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00148060
Message ID:
00148072
Vues:
29
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform