Re: adding assembly to windows\assembly through bat file
- From: "Grant Merwitz" <grant@xxxxxxxxxxxxx>
- Date: Thu, 15 Sep 2005 12:18:01 +0100
gacutil was the way :)
"Grant Merwitz" <grant@xxxxxxxxxxxxx> wrote in message
news:up3akNeuFHA.2792@xxxxxxxxxxxxxxxxxxxxxxx
> Hi
>
> I am creating an assembly which needs to be accessibly from an ASP
> application.
> I have made this Assembly ComVisible(true), and after using regasm and
> copying this to windows\assembly file i can use this fine.
>
> now this is a rather repetitive and time wasting task (copy assembly
> across, deregister old one, register new one, replace assembly version and
> restart iis)
> So i've made a batch file to do it.
>
> The only thing i can't do, is figure out how to copy this assembly to the
> c:\windows\assembly folder through dos.
> Currently i am using Explorer to click and drag this assembly, to the
> assembly folder.
>
> Any advice will be appreciated
>
> TIA
>
.
- Prev by Date: Re: adding assembly to windows\assembly through bat file
- Next by Date: Re: How to remove virtual path from root url of dev web server?
- Previous by thread: Re: adding assembly to windows\assembly through bat file
- Index(es):
Relevant Pages
|