Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in com-interop

Excel Interop to open excel with macros disabled

.net excel interop com-interop

SetWindowsHookEx returns 0 when compiling for the .NET 4.0 framework in 32bit machines

How do I return an array/list/collection of objects from C# to VB6

arrays vb6 com-interop

What causes error HRESULT: 0x80010105 (RPC_E_SERVERFAULT)?

Using Wrapper objects to Properly clean up excel interop objects

c# excel interop com-interop

Is it possible to test a COM-exposed assembly from .NET?

Should I deploy Interop.x.dll files with .NET application?

What are alternatives to generic collections for COM Interop?

Manual way to call COM object through .NET

c# com com-interop

Signing my assembly with a strong name stops it from working

Calling regasm without administrative rights for COM interop in Excel VBA

vba excel com com-interop regasm

Lots of build warnings when COM objects ActiveDs or MSXML2 are referenced

Why would I use "Both" COM threading model instead of "Free"?

An MTA Console application calling an STA COM object from multiple threads

c# com-interop sta mta

an unhandled win32 exception occurred in w3wp.exe

Releasing temporary COM objects

c# .net com interop com-interop

Can not add reference a COM in COM client?

c# com interop com-interop

Do I need to release the COM object on every 'foreach' iteration?

How to correctly marshal VB-Script arrays to and from a COM component written in C#

How to make make a .NET COM object apartment-threaded?