[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

JohanP

11/11/2002 2:45:00 PM

Hi

How do you create a COM+ dll(as you would in VB6) in VB.net?

Regards,
Johan


2 Answers

Cowboy \(Gregory A. Beamer\)

11/11/2002 3:59:00 PM

0

Create the .NET DLL and use regsvcs.exe to put it in COM+. In many instances
(Windows 2000), I have found you also have to put the assembly in the GAC to
ensure COM+ finds it. I have not tested on .NET Server, but XP seems to be
friendlier, so I would assume it is, as well.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
Author: ADO.NET and XML: ASP.NET on the Edge

****************************************************************************
****
Think outside the box!
****************************************************************************
****
"JohanP" <johanp@executivemail.NOSPAM.co.za> wrote in message
news:3dcfb477$0$230@hades.is.co.za...
> Hi
>
> How do you create a COM+ dll(as you would in VB6) in VB.net?
>
> Regards,
> Johan
>
>


Paul Clement

11/11/2002 8:32:00 PM

0

On Mon, 11 Nov 2002 15:45:25 +0200, "JohanP" <johanp@executivemail.NOSPAM.co.za> wrote:

¤ Hi
¤
¤ How do you create a COM+ dll(as you would in VB6) in VB.net?

See if the following helps:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/coms...


Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)