Thanks Richard.
Will those dlls automatically be part of the .NET application at deployment
(packaged) or do you have to administer them separately on the Server?
I'm using Visual Studio 2003 with DotNET version 1.1
If you build the MSI using VS.NET then yes, they wikll be part of the deployment package.
The only issue you may get is that you will end up with multiple copies of the shared assembly - one for each application. This is not necessarily a problem. If you only want one copy you will have to install the shared assembly in the GAC which means strong naming it.
Regards
Richard Blewett - DevelopMentor
http://staff.develop.com/richardb/weblog
nntp://news.microsoft.com/microsoft.public.dotnet.framework/<11C4382B-C697-4D45-A156-04BFA8854D03@microsoft.com>
Thanks Richard.
Will those dlls automatically be part of the .NET application at deployment
(packaged) or do you have to administer them separately on the Server?
I'm using Visual Studio 2003 with DotNET version 1.1
"Richard Blewett [DevelopMentor]" wrote:
> From within Visual Studio:
>
[quoted text clipped - 26 lines]
>
> [microsoft.public.dotnet.framework]
[microsoft.public.dotnet.framework]
Calvin KD - 27 Sep 2004 08:53 GMT
That's OK.
Thanks Richard.
> If you build the MSI using VS.NET then yes, they wikll be part of the deployment package.
>
[quoted text clipped - 56 lines]
>
> [microsoft.public.dotnet.framework]