Re: Registering .NET Component
- From: "Dmytro Lapshyn [MVP]" <x-code@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 5 May 2005 09:41:35 +0300
Hi glenn,
RegAsm is the right tool, and you have two options:
a) Deploying the .NET assembly to the GAC and registering it with regasm from there. The assembly will need to be strong-named.
b) Deploying the assembly elsewhere and specifying the /codebase option when registering it with RegAsm.
-- Sincerely, Dmytro Lapshyn [Visual Developer - Visual C# MVP]
"glenn" <ghan***@xxxxxxxxxxxxxxxxxx> wrote in message news:%23lK4TdRUFHA.3056@xxxxxxxxxxxxxxxxxxxxxxx
I have written a COM Server in C# and its working perfectly. I am not ready
to deploy to client computers to begin the real testing and am now wondering
how to perform. The part that confuses me is that you can not use regsvr32
to register the COM server so I'm wondering if placing it inside the .NET
library will automatically take care of registering it so non managed code
programs can access it or do I have to manually use the regasm program to
register it on each computer.
And if regasm is what I use, then what is the best method since this program
is not in a windows path and there are different versions of it on most
computers.
Thanks,
glenn
.
- Follow-Ups:
- Re: Registering .NET Component
- From: glenn
- Re: Registering .NET Component
- References:
- Registering .NET Component
- From: glenn
- Registering .NET Component
- Prev by Date: RE: 2 way communication between the Flash and a web Service
- Next by Date: Re: Fill DS in thread
- Previous by thread: Registering .NET Component
- Next by thread: Re: Registering .NET Component
- Index(es):