How do I get the intellisense in FoxPro 8 to work with .net COM objects?

Posted by IsaacB on Stack Overflow See other posts from Stack Overflow or by IsaacB
Published on 2010-04-27T03:05:22Z Indexed on 2010/04/28 15:03 UTC
Read the original article Hit count: 511

Filed under:
|
|
|
|

Hi,

I'm at my wit's end with this. What I'm doing is making a C# dll file that needs to have some methods exposed to FoxPro 8. This guy here http://www.west-wind.com/presentations/VfpDotNetInterop/DotNetFromVFP.asp says that you can put [ClassInterface(ClassInterfaceType.AutoDual)] in front of the (C# in my case) class, and then intellisense in Foxpro magically works. I'm accessing the COM object fine in FoxPro, but unfortunately the intellisense doesn't work, and it's annoying me. Is there some other step I'm missing to this? Is there some registry entry to look for to confirm that the methods are exposed properly (for intellisense to work)? Are there other steps in Foxpro that I'm supposed to follow (I don't know a thing about FoxPro!)

It might be a pretty obscure question these days, but someone on here must know the answer!

Thanks

© Stack Overflow or respective owner

Related posts about foxpro

Related posts about intellisense