Install C# dll

  • Thread starter Thread starter Guy
  • Start date Start date
It is for COM+ service :

Install:

regsvcs /fc Your_assembly.dll
gacutil /i Your_assembly.dll

Remove :

gacutil /u Your_assembly
regsvcs /u Your_assembly.dll

All these tools you find in SDK

Gawel



----- Original Message -----
From: "Guy" <[email protected]>
Newsgroups: microsoft.public.dotnet.languages.csharp
Sent: Thursday, November 06, 2003 12:56 PM
Subject: Install C# dll
 
Back
Top