I am implementing an interface that has a BeginSomething() and EndSomething() pair, and my implementation is in a method Execute()
I am currently working on a project that interacts with a COM object. In my code I call the following:
from time to time, my monitoring application dies for no obvious reason. It seems like \"mshtml.HTML开发者_高级运维Document\" resource isn\'t available. Anyone else experienced something similar? Than
How do I raise exceptions in a COM server to be consumed be a COM client? My serve开发者_StackOverflow社区r and client are written in Delphi if that makes any difference? Basically I have a background
I\'m trying to integrate with a third party DLL using the JNI. I\'ve written a test class to see if I can call a method in the 开发者_如何学GoDLL but I\'m getting an \"UnsatisfiedLinkError\" error.
I can create an ActiveX in JS (html is opend by IE): var o = new ActiveXObject(\"MyProgId\"); But I can\'t create its instance in .NET:
I\'m having trouble compiling one of o开发者_如何学运维ur legacy COM components.I get the following compiler error:
I have inherited a classic ASP project and a VB6 Component (ActiveX .dll)开发者_运维百科 that goes with it.
I have a .NET COM dll with a custom registration procedure so it gets registered under HKEY_CURRENT_USER\\Software\\Classes as opposite to HKEY_LOCAL_MACHINE. So there are the following keys (current
I have a set of legacy Delphi 6 aplications that are out of process COM servers.In attempting to ru开发者_Go百科n these programs as a normal domain user on Windows I see them when running up (without