We are using a third-party COM API from NET. Currently Visual Studio & presumably TLBIMP is used to generate the Interop wrapper DLL.
when i try to call c# code from c++, i followed instructions from this article http://support.microsoft.com/kb/828736
I have two Class Libraries which contains some Presentation part using windows and user controls. Let\'s say that it is Presentation1 and Presentation2. I have one more CL which is Common, and both Pr
You may have some advice on this page: http://www.echelon.com/support/kb/solution.asp?solutionID=668 This page is nearly exact describe my situation. However the guides there are not suitable.
As the title suggests, I have a .Net application which uses interop to open documents in Word. I have set
I\'m trying to access the IHTMLDocument6.documentMode property from my IE BHO, but that interface is not defined in any of the mshtml assemblies I can find on my machine.
I am trying to invoke a COM dll (ReqPro) from an EventListener in SharePoint. But it says that it can not find the assembly. So I wrote a wrapper assembly refering to the COM dll and put it in GAC. Bu
I have built an ASP.NET web application (that houses a Silverlight 4 app) and it utilizes a couple of COM dlls. The dlls are registered (verified by finding the CLSIDs in the registry, and seeing the
i am having a problem with a ActiveX i am using via COM-Interop. it`s throwing an exception after i exit my Application and i am not sure if this is my fault or the fault of the ActiveX.
I am deploying an ASP.NET MVC3 application in IIS7. I already deployed other applications but they never made use of the App_Data folder or any additional component such as the Interop library.