Mike,
Referenced COM dll's must be registered via regsvr32 for Interop to work.
The idea of COM Interop is to allow a .NET client to interact with a COM
client and vice versa. The COM requirements have not changed.
Adam Nathan is the man on COM Interop.
http://blogs.msdn.com/adam_nathan/
And his book:
http://www.amazon.com/exec/obidos/ASIN/067232170X
MSDN Article I found:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/comi
nterop.asp
Good luck!
Jason Newell
> Hi there,
>
[quoted text clipped - 16 lines]
> Thanks so much.
> Mike
Mike Eaton - 19 Oct 2005 16:15 GMT
Hi Jason,
Okay, now I've got the picture :-) Thanks so much for helping to clear
things up for me. The resources you suggested were very helpful.
Mike
> Mike,
>
[quoted text clipped - 15 lines]
>
> Jason Newell