I have a referenced assembly that keeps failing when I call it. I have the source for this assembly in a large project, Project A. I\'ve compiled it and have been using it in Project B. Unfortunately
My program is using the Skype4COM.dll (A wrapper for the Skype API). I am using Delphi 2010 - is there a way to make sure that my program is ALWAYS using the Skype4COM.dll that I will ship it with? T
Merged with How do I register a DLL file on Windows 7 64-bit?. Dear All, I\'m facing problem while registering dll on windows 7 64-bit processor, for that i already use this followin开发者
I have tried to use the following code: cd c:\\windows\\system32 regsvr32.exe dllname.ax But this is not working for me. How can I regis开发者_运维百科ter a DLL file on Windows 7 with a 64-bit
Is it possible to call a function in a VB.Net dll without开发者_Python百科 having registered the dll file? I need to call it from ASP Classic on shared hosting web server.The only way to call a VB.NET
I try to create a COM object from my JS script like this: function main() { var MyApplication = new ActiveXObject(\"Base.Application\");
I am trying to create a simple COM server using Python 2.7 on 64 bit Windows 7, but I can\'t get the DLL registered successfully. I am able to do this successfully using Python 2.6 on 32 bit Windows X
I have a VB6 application that uses a COM DLL. The DLL is written in C#. In the C# project properties I have checked the "Register for COM interop" option. The VB6 app works fine on my develo
I\'m trying to run this tool in order to convert a Visual C++ project to makefile. The project I\'m trying to convert project is written in VS2008, so I\'m using a reference to Microsoft.VisualStudio.
I add 开发者_运维百科a component to my project and now in ..\\bin\\Debug folder this file is added:Interop.t1.dll.