| Thread | Last Post | Replies |
|
| howto generate a helpstring in typelib from interop assembly? | 31 Jul 2007 15:32 GMT | 6 |
I have created an interop assembly in C#. But I couldn't find any way to export helpstrings to the generated typelib for this assembly. Which ways have I to do this?
|
| Excel 2003 + 2007 on dev machine - deployment problems on Excel 2003 machine | 31 Jul 2007 14:14 GMT | 16 |
I'm writing a C# app which will populate an Excel spreadsheet. The app references Excel using COM. I have Office 2007 on my machine, but the machine which will be running the application will have Office 2003. Therefore, when I added the
|
| Problem registering assembly for using it as ActiveX | 31 Jul 2007 09:57 GMT | 2 |
I've got a little problem. I used to develop a component with Visual Studio .NET 2003 (.NET framework 1.1), and registering this assembly to COM interop with a function only writing keys in the registry (regedit).
|
| Advice on dynamically loading .Net assembly when cscript.exe is the hosting process | 31 Jul 2007 09:53 GMT | 1 |
I have a .Net Assembly that is COM enabled (COM-Interop) and so is instantiated and used in vbscript and jscript. I install it into the GAC (during our installation program). This assembly has dependencies on other .net assemblies (from another companion product) to run. These ...
|
| The reverse way ... | 30 Jul 2007 21:30 GMT | 2 |
Need some help: I want to call a managed dll (C# code) from a C++ module. Is there a kind of a 'Reverse-P/Invoke'? How / what to do?
|
| invoking .net2.0 dll from .net1.1 exe | 30 Jul 2007 03:55 GMT | 2 |
Is it possible to invoke a .net 2.0 dll (built using VS2005) from a .net 1.1 exe built using vs2003? Thanks
|
| How to free the memory allocated in unmanged code from managed code? | 30 Jul 2007 03:50 GMT | 1 |
I am using a COM component which provides a function like GetBitmapData(out BYTE* pData, out long *pLen), in which it allocates the memory using "new" and returns the pointer and length of memory block.
|
| Regasm is for ComVisible .NET Assemblies -AND- PIA's??? | 27 Jul 2007 19:49 GMT | 2 |
OK, I used to think I understood what RegAsm was for: if you are exposing a .NET assembly to COM, you RegAsm the assembly to add all of the necessary COM entries to the registry so that the COM runtime can instantiate your ComVisible .NET classes - I thought that was the *one
|
| Strange tlb-reference problem in VS2005 | 27 Jul 2007 15:48 GMT | 1 |
Hi NG, I'm encountering a strange problem with a reference to an activex-tlb from my C#-VS2005-project. Sometimes when I try to build the project I get build-errors like "Type or namespace xxx not found..." where xxx
|
| Showing Modeless Dialog using the CCW? | 26 Jul 2007 15:09 GMT | 1 |
I have modified my project from the previous post and am not using exclusively the COM callable wrapper (CCW)... I have C++ code calling into .Net 1.1 code via the CCW. There is on call that launches a Managed modeless dialog. Right now the dialog
|
| Returning an Array of C# Structures | 25 Jul 2007 12:50 GMT | 4 |
i'm trying to use COM Interop to return an array of c# structures to Native code. I tried to marshall the Array as SAFEARRAY. The structure:
|
| Previewing Documents In A Managed Application | 23 Jul 2007 09:02 GMT | 4 |
Hi, I'm trying to implement a preview feature in a managed application to preview files of arbitrary type. Has anyone done this in a managed app? I've seen at least one suggestion that you can host prevhost on your form, but I'm not sure this is correct.
|
| C# Finalize not called by CCW - really true? | 20 Jul 2007 19:17 GMT | 1 |
Is that really true that in an in-proc C# assembly the Finalize methods are not called when COM objects are destroyed from the caller? And if so, is there any solution for this problem? Or the only one is to define a "Cleanup()" method and tell all users to call it and hope
|
| Tlbimp: unexpected conversion of SAFEARRAY in structure | 19 Jul 2007 01:01 GMT | 1 |
Hi, (.Net 2.0) an AX-DLL written in VB6 is imported by tlbimp. VB6 code: Public Type SAKomplexRecord
|
| Problems with Automation Add-in for Excel | 18 Jul 2007 09:26 GMT | 1 |
I have created an automation add-in in C# using VSTO. When I build, I can go in Excel, outils, add-in and add the add-in wich appears in the list. When I make an install of my add-in in another computer, it doesn't work. Why? Help me please,
|