【发布时间】:2010-11-20 14:43:00
【问题描述】:
我在安装 SQL Server 2008 R2 Express 时遇到问题。
在我的电脑上,我已经安装了 VC# 和 VWebdev 2010 express。 它包含 SQL Server 2008 Express。
之后,我升级到 SQL Server 2008 R2 Express。
结果是我无法连接到本地服务器本身。因此,我卸载了所有 SQLServer 产品并重新安装。然后我的屏幕上会弹出一条错误消息,该消息粘贴在此问题的末尾。
我的电脑在 Win7 x64 上运行。 SQL Server 安装程序是64 位版本。 我的 System.dll,我认为是这个问题的根源,程序集是 2.0.0.0 版本。
错误信息:
System.Configuration.ConfigurationErrorsException: 创建时出错 配置节处理程序 用户设置/Microsoft.SqlServer.Configuration.LandingPage.Properties.Settings: 无法加载文件或程序集 '系统,版本=4.0.0.0, 文化=中性, PublicKeyToken=b77a5c561934e089' 或 它的依赖项之一。系统 找不到指定的文件。 (C:\Users\BenZ\AppData\Local\Microsoft_Corporation\LandingPage.exe_StrongName_ryspccglaxmt4nhllj5z3thycltsvyyx\10.0.0.0\user.config 第 5 行)---> System.IO.FileNotFoundException:可以 不加载文件或程序集'系统, 版本=4.0.0.0,文化=中性, PublicKeyToken=b77a5c561934e089' 或 它的依赖项之一。系统 找不到指定的文件。文件 名称:'系统,版本= 4.0.0.0, 文化=中性, PublicKeyToken=b77a5c561934e089' 在 System.Configuration.TypeUtil.GetTypeWithReflectionPermission(IInternalConfigHost 主机,字符串类型字符串,布尔值 throwOnError) 在 System.Configuration.RuntimeConfigurationRecord.RuntimeConfigurationFactory.Init(RuntimeConfigurationRecord 配置记录,工厂记录 工厂记录)在 System.Configuration.RuntimeConfigurationRecord.RuntimeConfigurationFactory.InitWithRestrictedPermissions(RuntimeConfigurationRecord 配置记录,工厂记录 工厂记录)在 System.Configuration.RuntimeConfigurationRecord.CreateSectionFactory(FactoryRecord 工厂记录)在 System.Configuration.BaseConfigurationRecord.FindAndEnsureFactoryRecord(字符串 configKey,布尔值& isRootDeclaredHere)
【问题讨论】:
标签: installation sql-server-express