Component Object Model (COM) is a component technology from Microsoft, featuring remoting, language independence and interface-based programming.
I have a 32 bit COM component DLL and this DLL is written in Delphi. It's a Win32 DLL. I want …
dll windows-7 comMoving a working C# project from a 64-bit Windows 7 machine to a 32-bit XP machine caused the following error: Retrieving …
.net exception com dllregistrationI read that early builds of Chrome supported ActiveX, but was later restricted to certain MIME types (for support for …
windows com activex google-chromeUsing the example provided in codeproject I am struggling to work out where I can find the reference to the …
c# outlook automation com ms-officeI am creating an .idl file programmatically. How do I create UUIDs for the interfaces and Methods Programmatically. Can I …
c# .net visual-studio-2008 com uuidI am using an excel object (COM component) for excel manipulation. It works fine on my PC, but when I …
excel comI am using a COM object (MODI) from within my .net application. The method I am calling throws a System.…
c# .net exception com process-state-exceptionCan you explain STA and MTA in your own words? Also, what are apartment threads and do they pertain only …
.net multithreading com apartmentsMicrosoft.Office.Interop.Excel.WorkbookClass.SaveAs() method is working fine on Windows server 2003 and also on XP but not on …
.net iis com excel-interop