I\'m buildi开发者_StackOverflow中文版ng a COM object in C# (.Net 4.0) to be used in an classic asp site. Now I\'d like to know what\'s the proper way to marshal VB-Script arrays (single and multidimen
I have an exe file written using unmanaged C++ which contains a COM object. In order to access it from a managed C# application, I generated an interop assembly. I was able to use this with great succ
I have a C# project, where I would like to access MS outlook, if it is installed on a client´s machine. The \"access outlook\" part has been done by referencing the outlook COM object, and going from
I am trying to write one portion of my huge C# program that allows me to capture one picture from the integrate camera in the laptop. I have already done my research and i notice that there are 2 ways
I\'m trying to r开发者_JAVA技巧eference a com component and it is throwing the below error. Creating an instance of the COM component with CLSID {xxx} from the IClassFactory failed due to the followi
I have a DLL which I am trying to design with COM interop in order to use inside a VB6 program. When I try to build the solution, the following error shows up:
Is there any significance for a return statement in a void procedure. I had a scenario where I am using some COM Interop and the runtime behaviour was strange. The code executes fine when I debug usi
I am referencing an ActiveX dll in my .NET application and getting an \"Insufficient memory to continue the execution of the program\" exception th开发者_运维技巧rown on a user that loads large amount
How can I use IDynamicMetaObjectProvider to introspect COM objects? Specifically, given an arbitrary COM object, 开发者_如何学CI want to return a Dictionary where the Key is the Property name, and the
I\'m writing a DLL in C++ for use with VB6. As such, I cannot have a constructor called in my DLL (according to this discussion). However, I need to maintain an instance of a class internally -- so I