Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem ISOLATing COM ref, 2nd try
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
VFPX/Sedna
Titre:
Problem ISOLATing COM ref, 2nd try
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01033751
Message ID:
01033751
Vues:
67
Hey Ken,
any idea why this very basic example doesn´t work? Checked out Sergey´s suggestions in an earlier thread and some variations with no success. The quoted article from July 05 is still on VS 2003 where you needed to write your own manifests.

And: Did you already try to Isolate the VFP runtime in addition to the COM server?
Thanks
G
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