.NET Assembly with COM interop interface
Hi,
I use DocumentX 2010 to create documentation for our .NET assemblies. For the first time, we have created an assembly with a COM interface.
Is it possible to create a context-sensitive CHM for this assembly that will work in VB6 (for example, press F1 on a method to open help for that method)?
We have ActiveX components that were built in VC++, and if I build docs for these, the F1 help works. However, I am not sure how to do this for the .NET assembly with the COM interface.
If I try to add it as a COM Component, I see an InteropServices.COMException error and it fails to load the dll.
If I add it as a .NET Assembly, the resulting chm is not picked up when F1 is pressed in VB6. Perhaps there are additional attributes that need to be added to the component code?
Thanks for any help.
-ken