Re: How to register .NET Dlls
- From: "Phil Wilson" <pdjwilson@xxxxxxxxxxxxxx>
- Date: Fri, 2 Dec 2005 07:49:05 -0800
What do you mean by "register"? If you mean you've got some .NET COM
assemblies you'll have to run regasm or the equivalent on the target system.
Also, putting assemblies in the GAC is a deployment choice that you perhaps
don't need if your app is just an exe with some class libraries - that
wouldn't need the GAC unless you're sharing some assemblies with other apps
on the system.
--
Phil Wilson
[Microsoft MVP-Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.html?bID=280
"Roby Eisenbraun Martins" <RobyEisenbraunMartins@xxxxxxxxxxxxxxxxxxxxxxxxx>
wrote in message news:74A89CD3-5351-47B2-A3F7-27F4849B6580@xxxxxxxxxxxxxxxx
> Hi,
> I'm trying to register my Dlls in the client machine without using
> any
> deployment package. I tried copying all the files and Dlls to a specified
> folder and run, but then the application crashes.
> Do I have to use some tool like â??regsvr32.exeâ?? or
> â??gacutil.exeâ?? to
> registry the Dlls in the client machine?
>
> Thank you,
> Roby Eisenbraun Martins
.
- Prev by Date: Re: How to register .NET Dlls
- Next by Date: Programmatically Uninstall Windows Application
- Previous by thread: Re: How to register .NET Dlls
- Next by thread: Re: How to register .NET Dlls
- Index(es):
Relevant Pages
|