I\'m currently maintaining a piece of software that we outsourced couple of years ago and that is poorly documented. The piece is a COM server for consuming by third-party applications and an installe
As I get it there\'re three ways to implement marshalling in COM: typelib marshalling proxy/stub marshalling
I have a C# assembly that I use as an in-proc COM server consumed by an unmanaged C++ application. The assembly consumes a webservice that will not ever change so there\'s no need to ever update the w
Is there a manual way to call a COM object i开发者_运维技巧n the GAC in .NET, without adding it as a reference?
I\'m attempting to expose our library via COM but seem to be fighting the tools more than the actual problem. Regardless of how I write my COM exposed class I get the warning: \"XXX.dll does not conta
Scenario: I have a project containgin two C# projects, which for historical reasons must communicate with each other using COM (via COM Interop). The COM Server is an in-process automation object (cal
A bit of an odd question and probably backwards from what most people want to do, but I\'m trying to work around a legacy COM issue.
How do I make instances of and calls to COM components that have been extended? I have used a third-party COM component (XRawFile2.dll from Finnigan/ Thermo Scientific) for many years in a mass spect
Our program consumes an out-proc COM server and makes thousands of calls on its interfaces. This takes very very long time - like a minute for about 50k calls. The COM comp开发者_高级运维onent vendor