com-interop
Is calling Marshal.ReleaseComObject necessary if the process is terminating?
I have a console application that automates another windows application through COM interop. It automates the app开发者_JAVA技巧lication to open a file, take a screen shot and then exits.[详细]
2023-03-17 04:08 分类:问答COM interop failing in release mode
I have a console app which makes a call to the windows search using a ComImport. While this works fine in debug mode...the console application crashes in release mode.[详细]
2023-03-16 07:55 分类:问答COM Interop Component Stays In Memory
I have a COM component written in Visual Studio 6 ATL. This is an out of process exe. From C# .NET I can instantiate and call this component but after开发者_高级运维 the functionthat calls it is compl[详细]
2023-03-15 11:29 分类:问答What is IDR_TYPELIB1?
I can\'t find any good resources online about what this is. It\'s required in one of the steps for deploying a .NET assembly for use by COM, but there is no detail what it is or what it means.[详细]
2023-03-14 17:48 分类:问答passing a complex object in c++ to c# through COM
This question expands on the existing question here: Passing an object from C++ to C# though COM The previous question deals with a simple object, but I would like to do the same for a complex object[详细]
2023-03-14 12:25 分类:问答How to write a WCF service similar to Running Object Table (ROT)?
I am trying to write a running object table like WCF service (.NET 4.0) for providing access to some COM controls across processes. This service is accessed by both COM and .NET clients.[详细]
2023-03-14 12:20 分类:问答how to use Option Strict On and Late Binding
I am trying to get some code to compile after switching Option Strict On. However I am usin开发者_开发百科g some Interop with VB6 and passing in a form object ByRef so Form.Caption fails and I can\'t[详细]
2023-03-13 14:10 分类:问答Data Binding a COM Interop .Net Control
Is it possible to wrap a .NET control up as an ActiveX control to be used in a COM application (VB6 or MS Access VBA) and allow the COM application to set the data binding? I\'d like the control to be[详细]
2023-03-13 06:22 分类:问答COM `HRESULT` is wrapped into an Exception in .NET
(preliminary note: I\'开发者_StackOverflow中文版m not yet fully up to speed with the whole \'interop\' thing...)[详细]
2023-03-13 05:14 分类:问答Instantiating the Application object of Interop.Word hangs the Webservice
I am using Interop.Word version 12 for doing some operation in a word document. My WebService is built in .Net v4.0.[详细]
2023-03-13 01:57 分类:问答