January 7, 2009 at 4:11 pm
Hi,
I installed sql server 2005 EE x64 including reporting services. Everything went well. BOL says For Reporting Services (64-bit) installations on 64-bit servers, the 64-bit version of ASP.NET must be installed.But I did not install ASP.NET, eventhough the installation went well?
where can I check that ASP.NET is installed or not?
January 7, 2009 at 4:21 pm
What do you see under
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoftet framework setupdp
MJ
January 7, 2009 at 4:38 pm
Thanks Manu,
Under HKEY_LOCAL_MACHINE\SOFTWARE\ASP.NET I can see 2.0.50227.0 but I did nit find HKEY_LOCAL_MACHINE\SOFTWARE\Microsoftet framework setupdp
January 7, 2009 at 6:46 pm
Detecting the framework versions installed is even easier than reading the registry: It's in the file system. Check for the existence of those directories:
.NET 1.0: %windir%\Microsoft.NET\Framework\v1.0.3705
.NET 1.1: %windir%\Microsoft.NET\Framework\v1.1.4322
.NET 2.0: %windir%\Microsoft.NET\Framework\v2.0.50727
.NET 3.0: %windir%\Microsoft.NET\Framework\v3.0
.NET 3.5: %windir%\Microsoft.NET\vFramework\3.5
Detection of SP installation is indeed based on registry lookup.
http://blogs.msdn.com/heaths/archive/2006/04/07/571241.aspx
MJ
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply