H Homer Simpson Jul 20, 2005 #1 How can I expose my methods and props stored in a C# dll via COM so a language like VBA can use them? Thanks, Scott
How can I expose my methods and props stored in a C# dll via COM so a language like VBA can use them? Thanks, Scott
C cathal connolly Jul 20, 2005 #2 You can use Com Callable wrappers (CCW) to do that. Theres a good article in the SDK documentation on that: http://msdn.microsoft.com/library/d.../cpconexposingnetframeworkcomponentstocom.asp Cathal
You can use Com Callable wrappers (CCW) to do that. Theres a good article in the SDK documentation on that: http://msdn.microsoft.com/library/d.../cpconexposingnetframeworkcomponentstocom.asp Cathal
J Johann Blake Jul 20, 2005 #3 Store your DLL in the GAC and register it with regasm. Best Regards, Johann Blake