com-interop
Can I change the signature of a COM Interop method from the one generated by Visual Studio?
We are using a third-party COM API from NET. Currently Visual Studio & presumably TLBIMP is used to generate the Interop wrapper DLL.[详细]
2023-03-12 22:25 分类:问答How to use COM to pass a string from c# to c++?
when i try to call c# code from c++, i followed instructions from this article http://support.microsoft.com/kb/828736[详细]
2023-03-11 23:26 分类:问答Using CustomConverters specified in other assembly throws an exception
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[详细]
2023-03-11 00:20 分类:问答COM Runtime Exception on Instantiate in Windows 7 / Win Server 2008
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.[详细]
2023-03-10 18:35 分类:问答how to stop macros running when opening a Word document using OLE Interop?
As the title suggests, I have a .Net application which uses interop to open documents in Word. I have set[详细]
2023-03-10 16:14 分类:问答How can I use IHTMLDocument6 or other IE 8 interfaces from C#?
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.[详细]
2023-03-09 01:39 分类:问答How to invoke a COM DLL from Sharepoint
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[详细]
2023-03-08 17:32 分类:问答ASP.NET error 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
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[详细]
2023-03-08 16:02 分类:问答COM-Interop, EAccessViolation after i exit the Application
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.[详细]
2023-03-08 07:03 分类:问答Create App_Data and register Excel application on ASP.NET deployment? (IIS7)
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.[详细]
2023-03-07 13:58 分类:问答