| Thread | Last Post | Replies |
|
| I need to call CoInitializeEx(IntPtr pvReserved, uint dwCoInit); pvReservered = null, so what is the value of COINIT_APARTMENTTHREADED? | 16 Sep 2005 15:00 GMT | 2 |
I've been recently getting around a lot of issues with the DirectX.AudioVideoPlayback.Audio class. It's a difficult class to work with, bad enough to make someone write this article:
|
| How to force in-proc DLL to run out-of-process? | 16 Sep 2005 03:49 GMT | 3 |
I have have a .NET application that is running out of memory. We suspect a memory leak in one of the COM components the application is calling. To try to isolate this, I thought I would try running the COM DLLs out-of-process in the standard surrogate, DLLHOST.EXE. To do this, ...
|
| How to setup machine to use interop.adodb.dll in order to acess CO | 15 Sep 2005 20:48 GMT | 2 |
I got a problem about interop.adodb.dll and adodb.dll. In my company's project, we use .net web service and com+ component and web service calls com+ componet. when I compiled web services which need to reference to com+ component, the system copy adodb.dll to bin folder of web ...
|
| Com Interop QueryInterface | 15 Sep 2005 17:08 GMT | 7 |
Hi I am vishal I have imported some VB UserControls in my C# application throug Interop and now i want to make a call to an interface function whic
|
| COM interop fails with Parameter Incorrect error in ColdFusion | 15 Sep 2005 15:08 GMT | 1 |
I developed a class in VB.Net that provides encryption/decryption methods. It is to be used as a COM object from a ColdFusion program. I compiled the class with the "Register for COM Interop" set and registered the DLL on the ColdFusion server using RegAsm.exe. When the class' ...
|
| Problems using C# class library - Class doesn't support Automation | 14 Sep 2005 20:39 GMT | 1 |
I have a C# Class Library I created. It contains a form and one class. I can access the one class from JScript OK, but when I try to access the method that launches the from I get this error message: "Class doesn't support Automation"
|
| Use an OCX together with a own TLB-file | 14 Sep 2005 18:03 GMT | 1 |
I have exported the IDL from a OCX file in oder to change some details (I removed some classes/interfaces, because they caused errors...). Then I compiled the IDL to a typelibary (*.TLB) usin MIDL. Now I want to use this component with my customized tlb in a .net
|
| MC++, TAO CORBA and static instance problem | 14 Sep 2005 18:02 GMT | 1 |
I am writing an MC++ mixed-mode assembly (C++ and MC++) that will wrap all TAO CORBA operations so that I can incorporate TAO into a C# application. I am constrained to use TAO by the customer, so I can't use IIOP.NET. I am constrained by the project to use C#, so I can't
|
| XP Autoplay and IHWEventHandler implementation | 14 Sep 2005 17:23 GMT | 1 |
I am currently working on a new feature for my application (related to audio cd and mp3 management) which contains a cd ripping feature. What I would like to do is to present the application in the XP Autostart feature as soon as an Audio CD is inserted into a cd drive.
|
| App using legacy DLL not shutting down. | 14 Sep 2005 14:39 GMT | 1 |
I'm trying to use a legacy C++ DLL in a .net application, and I'm running into problems with the application not shutting down if any of the methods on the DLL are invoked. I've tried accessing the DLL through both p/invoke, and directly through managed C++, and the
|
| Please Help: COM+ Services and IIS Broken | 14 Sep 2005 14:00 GMT | 2 |
Using XP sp2, under COM+ Applications I see the following are not working (i.e. their spheres are out of the box) .NET utilities COM+ Explorer
|
| simultaneous calling COM object method | 14 Sep 2005 11:18 GMT | 6 |
Hi, all. Excuse me for my English. I have ASP.NET web service with one method "Test". This method "Test" invoke COM object method "Sleep".
|
| Error 430 - Class does not support Automation or does not support. | 13 Sep 2005 21:15 GMT | 1 |
I'm having an issue with a .NET COM Interop Assembly within VB 6. When I try to create a new instance of a class, in VB 6.0, I receive the following error: "Error 430 - Class does not support Automation or does not support the expected interface".
|
| My COM+ Utilities are Broken. Any Ideas? | 13 Sep 2005 16:18 GMT | 2 |
Using XP sp2, under COM+ Applications I see the following with their balls hanging out: .NET utilities COM+ Explorer
|
| Simply Call a method from a OCX? | 13 Sep 2005 13:36 GMT | 8 |
Hello alltogether. I hope anyone of you can help me. I have a OCX-file (arsole.ocx) which contains one class. I need to call some methods of this class. They have BSTR parameters and return SHORTs
|