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

Click here to load this message in the networking platform