I\'m trying to implement a sing开发者_开发技巧leton class, that holds a com object inside it. Class implements IDisposable interface, but when I try to implement a finalization method, I get an except
I have a Excel addin written in C# 2.0 in which I am experiencing a strange behavior.Please note that this behavior is only seen in Excel 2003 and NOT in Excel 2007 or 2010.
I\'m using Delphi 2009 and the MS Access Interop COM API. I\'m trying to figure out two things, but one is more important than the other right now.
I\'m automating Outlook from a VB.NET program, transferring items into the calendar and contacts at the user\'s request. It\'s all working, that isn\'t the开发者_Go百科 problem; the problem is that au
I have a c开发者_开发知识库ustom dll (not registered) that I need to access via c#.How do I do this without registering the DLL?
Our program needs to consume the COM server which is also made by开发者_JS百科 us. The scenario is the following: the installer will copy both the program files and the COM server files into the same
For historical reasons, we need to expose string constants in .NET through COM interface. We managed to expose ENUM but we can\'t find a way to expose string const.
I was wondering if I can use a library -written in C++- in C# The probl开发者_Python百科em is that library has its own structures and classes..
I need the InterOp Win32 code (unmanaged Win32 DLL\'s and EXE) with .NET. I need to call Win32 unmanaged code (DLL exported functions) at runtime knowing the data types in Win32 signatures and to pass
I have a .NET v2.0 Dll that exposes a few classes to COM. The assembly is called BLogic.DLL I\'m calling these classes from a legacy visual basic 6.0 application. I can generate and EXE file and if I