I need to automate office documents (Word & Excel) from my .Net4 a开发者_运维技巧pp. Since I can\'t really force my users to use a specific Office version I don\'t use interop assemblies or tlbi
I am currently working with COM objects in managed code and am using the new dynamic type for this. This works well in some areas but can be an issue in others.
We are migrating our codebase from BDS2006 to Rad Studio XE, and we found some very strange behavior: if we make invalid floating point operation (ie. division by zero) after creating some object from
I\'m getting this exception thrown when I run my tests: Test method OuvertureClasseur threw exception:System.Runtime.InteropServices.InvalidComObjectException: COM object that has been separated fro
We\'ve written a simple AzMan wrapper class in .NET which uses the AZROLESLib COM interop library to access AzMan.
I need to run some native C++ code in such way that if it crashes it doesn\'t affect my C# progr开发者_开发知识库am. I can use an out-proc COM server with \"single use\" activation so that each COM ob
Why do we have to create unique uuid for each interface in aidl ? For example in this interface there\'s a unique uuid for every interface in TradingLib.
I am kind of new to C#. I built a class library in order to create a DLL which I need to reference f开发者_StackOverflowrom a VB.Net application.
I have the problem that I cannot access Active Directory from a Windows XP SP3 machine. The server is a Windows Server 2008 R2. I could access AD from my Windows 7 and other machines, but XP won\'t wo
All I am writing in VS2005 what, on the face if it, should be a relatively simple DLL, which will allow me to build a list of custom objects when called from within Excel 2007.To do this I have a Col