工资查询系统,设备借还系统,网络考勤系统,员工档案管理系统,网络报修系统,网络考核系统,财政局工资查询系统,网络办公系统,人力资源管理系统,采购管理系统,调查问卷系统,,文印管理系统

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

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

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)