Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > dotnet interop > december 2006 > threads for december 1 - 7, 2006

Filter by week: 1 2 3 4 5

Can .NET Class Implement a COM Interface?
Posted by Joseph Geretz at 12/7/2006 5:01:18 PM
We provide the ability for third party developers to add their own 'Plugin' modules to our application, by providing developers with an interface definition (IPlugin). As long as their classes implement our IPlugin interface our application can ommunicate with them. Classic VB6 interface inh...more >>

How to use managed C++ dll in unmanaged code(C++ application).
Posted by sreelakshmi.rajula NO[at]SPAM gmail.com at 12/7/2006 2:08:25 AM
I've a managed c++ dll. How can I use this in unmanaged C++ application.I am using Visual studio 2005. I read something about regasm....May I know how can I use that? Thanks in advance. Regards, RSL. ...more >>

Why do I need regasm /codebase in this scenario?
Posted by Eric at 12/6/2006 1:25:25 PM
Hello, I have a .NET dll, it's in the c:\myfiles\bin directory. I went into a Visual Studio 2005 Command Prompt changed directory to the c:\myfiles\bin directory and ran a regasm /tlb MyDotNet.dll, so I inside my c:\myfiles\bin directory I have MyDotNet.dll and MyDotNet.tlb. I then start ...more >>

CorBindToRuntimeEx() fails
Posted by Chuck C at 12/5/2006 11:07:04 AM
I am having some trouble getting CorBindToRumtimeEx() to return S_OK on one particular machine of mine. It is an older system that has VS2003, 6.0 and ..NET Frameworks 1.0, 1.1 and 2.0 installed. I am thinking that there is some sort of conflict going on or that the version of the CLR I am ...more >>

expose .NET component through COM and events
Posted by Tomasz Grobelny at 12/4/2006 5:54:19 PM
I want to write .NET component and use it in my legacy C++ application. All works fine but somehow event handling does not work as expected. The C# code is as follows: using System; using System.Runtime.InteropServices; namespace Bank { // Interface to allow COM clients to use events. ...more >>

Changing DisplayNames of my properties using PropertyGrid component, how ??
Posted by Tugrul HELVACI at 12/4/2006 5:08:27 PM
I'm using Delphi 2006 and I have a class defination like this: TPerson = class fPersonName : String; fPersonSurName : String; fPersonAge : Integer; published property PersonName : String read fPersonName write fPersonName; property PersonSurname : String read fPersonSurname write ...more >>

.NET interop with multiple versions of Office (2002 and 2003)
Posted by Sebastian Daser at 12/4/2006 1:59:29 PM
Hi, I am adding a function to my VB.NET application that allows reading data from an Excel file. I have added a reference to "Microsoft Excel 11.0 Object Library", since I have Office 2003 on my PC. This is working fine so far, but the application will also be installed on PCs with Offic...more >>

WARNING: Office XP PIAs Cause Office 2000 Apps to Fail
Posted by wilsonj8234 NO[at]SPAM yahoo.com at 12/4/2006 6:13:05 AM
I am developing an Excel automation app. where I have only Office 2000 installed on my machine. Unfortunately I installed the Office XP PIAs. This caused my app. to no longer interface with Excel. It appears that even though I was using Excel 9.0 as my COM reference, the system wanted to poin...more >>




DevelopmentNow Blog