> My question is not about nant but how can I tell if .NET 3.5 is correctly 
> installed.
>
> I am also having serious troubles getting an ASP.NET site running on .NET 3.5 
> on windows server 2003.
>
> I know 3.5 is a layer on top of 3.5 but how can I tell if all is good?

To check whether 3.5 is installed at all, go to the
%SYSTEMROOT%\Microsoft.NET\Framework directory - you've got one
directory per framework version there.

Regarding ASP.NET, I don't think 3.5 installs anything for that
specifically. What exactly is giving you a hard time? Maybe check
whether the 3.5 libraries such as System.Core.dll are in both the
%ProgramFiles%\Reference Assemblies\Microsoft\Framework\v3.5 and in
your GAC (%SYSTEMROOT%\Assembly).

Fabian

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to