.NET 4.0 설치된 windows server 2012R2 에서 SQL server 2012 설치오류

.NET Framework 4.0 이 설치된 Windows server 2012R2 운영체제에

MS SQL Server 2012 를 설치 하는데 “SQL Server Installation Center” 가 뜨기 전에 다음과 같은 오류가 발생하였습니다.

Unhandled exception has occurred in your application. if you click continue. the application will ignore this error and attempt to continue. if you click Quit. the application will close immediately.

An error occurred creating the configuration section handler for user settings/microsoft. sqlserver. configuration. LandingPage. Properties.settings:could not load file or assembly ‘system. version=4.0.0.0. culture=neutral.publickey Token=b77a5c561934e089 or one of itsdependencies. the system cannot find the file specified.

(C:useradministratorappdataLocalMicrosoft_CorporationLandingPage.exe_StrongNname_ryspccglaxmt4nhllj5z3thycltsvyyx11.0.0.0user.co

 

웹에서 검색하여 문제해결을 찾았습니다.

c:useradministratorappdatalocalmicrosoft_corporation

 

위 경로에 있는 LandingPage.exe_StrongName_ryspcchlaxmt4nhllj5z3thycltsvyyx 폴더를 삭제하고 나면

에러메시지가 나오지 않습니다.

Leave a Comment