Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem ISOLATing COM ref, 2nd try
Message
General information
Forum:
Visual FoxPro
Category:
VFPX/Sedna
Title:
Problem ISOLATing COM ref, 2nd try
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01033751
Message ID:
01033751
Views:
68
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
Next
Reply
Map
View

Click here to load this message in the networking platform