Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem isolating COM reference 'vfp9dll'
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
VFPX/Sedna
Titre:
Problem isolating COM reference 'vfp9dll'
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01030196
Message ID:
01030196
Vues:
146
So I tried to Isolate the DLL (compiled as multithreaded), but...
Warning	2 Problem isolating COM reference 'vfp9dll':
Registry key 'HKEY_CLASSES_ROOT\CLSID\
{6f539c09-98a8-4538-8a79-6d5e9b7eddc5}\
Foxruntime' was not imported C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets 0 0	
*VFP
DEFINE CLASS hi as Custom OLEPUBLIC 
 PROCEDURE hi
 RETURN "hi"
ENDDEFINE
'VB05b2
Private Sub Button4_Click(ByVal sender As System.Object, _
 ByVal e As System.EventArgs) Handles Button4.Click
 Dim vfp9 As New vfp9dll.hi
 MessageBox.Show(vfp9.hi)
End Sub
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform