How do I tell if .NET 3.5 SP1 is installed?

Look at HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.5\. One of these must be true: The Version value in that key should be 3.5.30729.01 Or the SP value in the same key should be 1 In C# (taken from the first comment), you could do something along these lines: const string name = @”SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.5″; RegistryKey subKey = … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)