.NET can be exposed to COM. the easiest way is to right click on the project choose Add New Item then select the COMClass template. This will create you Class ID. Interface ID and Event ID for COM registration.
ok, but what about existing compiled assemblies (in particular the .Net framework assemblies)? Is it possible to generate COM reg info from a compiled assembly and if not do you know if the framework assemblies have the necessary options turned on?
you could write your own Assembly to access the desired functions in the framework and make it COM accesible , then call your assembly from a COM application. remember that the framework would still need to be running on the client. What are you trying to accomplish.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.