COM Servers exe in .NET [modified]
-
Is it possible to create a COM server exe in .NET All samples available are creating a class library So we can develop a COM Server as exe in .NET?
modified on Tuesday, November 2, 2010 11:26 AM
-
Is it possible to create a COM server exe in .NET All samples available are creating a class library So we can develop a COM Server as exe in .NET?
modified on Tuesday, November 2, 2010 11:26 AM
Hi, I just googled "COM Server" +".NET" and presto, the first hit is this: "Build a .NET COM Server Callable from COM clients - .NET 2.0" Link: http://quickstart.developerfusion.co.uk/.../Building_Samples_COM2NET.aspx But seriously now: If you wanted to do COM related stuff in .NET I'd advise you to read up on COM .NET interoperability. Cheers Manfred
-
Hi, I just googled "COM Server" +".NET" and presto, the first hit is this: "Build a .NET COM Server Callable from COM clients - .NET 2.0" Link: http://quickstart.developerfusion.co.uk/.../Building_Samples_COM2NET.aspx But seriously now: If you wanted to do COM related stuff in .NET I'd advise you to read up on COM .NET interoperability. Cheers Manfred
Thanks I need to implement the COM Server as exe and it should support automation interfaces