Search

Thursday, July 26, 2012

SQL SERVER EXPRESS 2008 R2 – INSTALLING ON WINDOWS 7 WITH VISUAL STUDIO 2010

Today I was trying to install the SQL Server 2008 R2 Developer Edition on my system. Operating system is Windows 7 with Visual Studio 2010. When I run the setup up file I got the follow error message:

System.Configuration.ConfigurationErrorsException: An error occurred creating the configuration section handler for userSettings/Microsoft.SqlServer.Configuration.LandingPage.Properties.Settings: Could not load file or assembly 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified. (C:\Users\Arun\AppData\Local\Microsoft_Corporation\LandingPage.exe_StrongName_ryspccglaxmt4nhllj5z3thycltsvyyx\10.0.0.0\user.config line 5) ---> System.IO.FileNotFoundException: Could not load file or assembly 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.
File name: 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'


I pressed continue and SQL Server installed without any error.

No comments:

Post a Comment