I've written a C# DLL it has an interface of events, and an interface of
methods. The class and the interfaces are COM visible. All works.

In VFP I have a simple class

DEFINE CLASS comobjectevents AS session   
   IMPLEMENTS comobjectevents in comobject.testing   
   PROCEDURE comobjectevents_TestEvent(vValue AS STRING) AS VOID   
   ENDPROC   
ENDDEFINE   


Works on my Vista 32-bit development system.
Copied the files over to Windows 7 64-bit test box.
C:\Windows\Microsoft.NET\Framework64\v2.0.50727\Regasm.exe comtest /codebase

Creating the COM object with CreateObject("comobject.testing") works no
problem.
Creating the VFP object throws the error #1444 - Type Library
comobject.testing not found

Anyone have some ideas?

I've registered with Regasm from both the Framework and Framework64 tree.
The DLL is built in VS 2005 C#.


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/000d01cac229$4723b2d0$d56b18...@com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to