Deploying Win Service that has been upgraded to .NET 2.0
am 23.10.2007 13:49:01 von Mike.Baker
We've got a windows service developed in .NET 1.1, that has been migrated to
..NET 2.0. On our production servers, do we need to install the new service,
or can we just copy the files into the folder where the current service
resides?
--
Mike
Re: Deploying Win Service that has been upgraded to .NET 2.0
am 23.10.2007 18:41:28 von John Vottero
"Mike Baker" wrote in message
news:BCBCA866-C0B1-4692-A802-24BF0955C30D@microsoft.com...
> We've got a windows service developed in .NET 1.1, that has been migrated
> to
> .NET 2.0. On our production servers, do we need to install the new
> service,
> or can we just copy the files into the folder where the current service
> resides?
As long as your production servers have V2.0 of the .NET Framework
installed, you can just copy the files.