I have a COM object in C# and a Silverlight application(escalated privileges) which is a client to this COM object.
In my C# application, I would like to write a part of the code in C. I plan to 开发者_JS百科write a DLL witch would be interoperable with .Net.
I\'ve a C# class which uses a COM component using interop. Here is the sample code: public class MyClass
I have a legacy application written using VC++ MFC. For a latest feature, I have created a C# user control. I want to be able 开发者_如何学编程to use this control in the legacy VC application. How can
I try to sign a message using a certificate and a private key t开发者_运维知识库o call a java (JBoss) web service, but the server refuses to accept my signed message. It only echoes back the same mess
I get an InvalidComObjectException after I close my application in the following piece of code: class MyExcelManager
Okey here\'s the开发者_C百科 situation: I\'ve got a microsoft excel macro in vb that I want to call using C#. I\'ve already tried creating a workbook using Microsoft.Office.Interop.Excel, however I do
I have a monster of a win32 applicati开发者_运维知识库on with GUI based on a mixture of MFC, WTL, user32 and a few other technologies. I need to add another top-level window and I would like to give W
I know the basics of clojure/java interop: calling java from clojure and vice versa. However, I was not able to return a typed collection from clojure to java. I am trying to see something of that nat
I have a .NET (FW 2.0)library which is used by a COM (vb6) application and also by a .NET application.