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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top