服务器配置,服务器安装技巧,数据库安装,IIS安装,.net安装

后台备份程序出错解决方法

在软件后台管理中心点击备份按钮出错,转到程序首页。在服务器上操作显示如下错误内容:

Server Error in '/' Application.

--------------------------------------------------------------------------------


Could not load file or assembly 'Microsoft.SqlServer.ConnectionInfo, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. 系统找不到指定的文件。

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.


Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.SqlServer.ConnectionInfo, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. 系统找不到指定的文件。



出现这类错误,说明SQL的SMO运行不正常。解决办法如下:

下载“Microsoft SQL Server 系统 CLR 类型”和“Microsoft SQL Server 2008 管理对象”在服务器上安装后重启即可。安装时先安装CLR。

以下提供SQL Server 2008版本的程序,经测试在SQL Server 2005上可以正常使用。


Microsoft SQL Server 系统 CLR:

X86 包(SQLSysClrTypes.msi)

X64 包(SQLSysClrTypes.msi)

Microsoft SQL Server 2008 管理对象:

X86 包(SharedManagementObjects.msi)

X64 包(SharedManagementObjects.msi)