all groups > dotnet interop > june 2003
Different behaviour depending on 'enable unmanaged debugging' switch
Posted by Innes at 6/30/2003 5:35:17 PM
When debugging a .NET component that uses COM components via interop (just
to complicate things further, the .NET component is instantiated by an
unmanaged exe:
If I debug with "enable unmanaged debugging" = FALSE then obviously I cant
step through the code of the COM components, but my program ... more >>
Wierd InvalidCastException getting array of VB6 Type
Posted by Innes at 6/30/2003 5:01:38 PM
I am accessing a COM (VB6) DLL from .NET.
A method returns an array of T where T is a VB6 'Type' defined in the DLL.
Depending on what parameter is passed to the method, different bits of code
create and return an array of the proper type.
The COM interop dll created by VS.NET shows the return... more >>
Problem with interop
Posted by Fitim Skenderi at 6/30/2003 3:57:35 PM
Hi everyone,
I am trying to convert the follwoing code from c++ to c#
=====================================================================
c++ code
---------------------------------------------------------------------
typedef short (WINAPI* PAC_ADT_SET_FINGER_STATUS)(
short Fing... more >>
Using ADODB.RecordSet in C#
Posted by Jinlei Zhang at 6/30/2003 1:53:03 PM
I have some COM+ components written in VB that return disconnected
ADODB.RecordSet. I would like to use the results in C# via interop.
Anybody has encountered any issues with this approach? Thanks in advance.
- Jinlei.
... more >>
ASP COM object using Interop -> which GC is used?
Posted by John Crim at 6/29/2003 11:25:04 PM
It certainly seems preferable that .NET components, used in ASP applications
via COM Interop, would use the Server GC instead of the Workstation GC.
For background, many articles discuss that the Server Garbage Collector is
appropriate for high-throughput use, and the Workstation Garbage Collec... more >>
Office XP Primary Interop Assemblies
Posted by Ron at 6/28/2003 8:43:22 AM
I have just installed the Office XP Primary Interop
Assemblies. I have verified the installetion by looking
in the c:\Windows\assambly. The problem is that the
assamblies do not show in the list of COM objects in
the 'Add Reference' dialog. The list includes 'Microsoft
Word 9.0 Object Libr... more >>
|