I\'m consuming a com object in c#, using com-interop. I provide an event handler to the object, which it calls after doing its thing. Here\'s the problem. 开发者_高级运维I have some sanity-check code
COM Excel AddIn, C#, VS2008 The error happens occasionally when I install/uninstall my AddIn. sometimes I see Error 1001 the specified file can not be found
I\'m using late bin开发者_运维技巧ding OLE automation to work with Excel.The problem is that I don\'t know how to work with the value returned by Selection because I don\'t know what type it is...
I have a COM object that works fine in VB.NET, but not in C#. Both projects are .NET 4 console applications.
We have an old C/C++ .dll that is COM registered. Our customers have both native- and .NET clients that use this .dll.
I am working on a .NET program that starts a new instance of Excel, does some work, then ends, but must leave Excel running.Later, when the program runs again, it will attempt to hook into the previou
We\'re writing a simple .NET C# COM applicaton for Photoshop, which is designed to run on all versions from CS2 to CS5 and everything in between. The same application also exists in JavaScript form an
I have a plugin that I\'m trying to create as a sample for an application from the company I work for.I\'m trying to write this plugin in Python.
I have a managed COM out of process server exe in c# exposing my application object model for automation everything is working fine. I can access it from unmanaged code (for example, VC++) and it star
I currently need to create a COM object that is served by an out-proc COM server from inside an ASP.NET handler. So every time I deploy the COM se开发者_运维技巧rver I have to fire up DCOM Config and