I\'m programming a C开发者_开发百科OM Interop .NET Assembly (a COM Callable Wrapper) and I\'m trying to understand what the correct way is to pass errors that occur in a .NET Assembly to the COM clien
I have made a C# COM Visible class that I can access via the dynamic com = AutomationFactory.CreateObject(\"MyCom\");
I need to author a .NET assembly that is visible as a COM object through COM Interop, such that it can supply a collection to a VBScript or JScript program.
Our customer has old Win32 client开发者_运维知识库s that use a native C++ COM registered .dll that we provide.
I\'ve found a lot of other references to this error using Google but I\'m having trouble making sense out of how they apply to what I\'m doing.
We are using tlbimp to generate interop assemblies.We would like to stamp the interop assemblies with both a File Version and an Assembly Version.However, the /asmversion option on tlbimp seems to be
I\'m trying to register a dll for COM Interop and have the usual issue of it working on my dev machine but not our test server.I\'m attempting to do this in VS2008 using a Setup & Deployment proje
I have a generic base wrapper class to wrap a couple of com components we\'re using: public class WrapperBase<T> : IDisposable
I have a unmanaged C++/ATL in-process COM object (in Unmanaged.dll) that I\'m trying to use from a managed C# DLL (Managed.dll).However, I want I want to use registration free COM.I have it down to th
I am trying to set the PinX and PinY values for the currently selected shape in Visio on a keyboard sequence, e.g. [Ctrl]+[G].The purpose of this endeavor is to programmatically drop a shape onto the