SMO 恢复和 Windows 7

发布于 2024-08-15 08:53:57 字数 491 浏览 8 评论 0原文

我有一个使用 SMO 来管理数据库的应用程序。它在 XP 和 Server 2003 上运行良好。 但是,当我尝试在 Windows 7 上运行它时,出现以下异常:

服务器“localhost”恢复失败。 ---> System.IO.FileNotFoundException:无法加载文件或程序集“Microsoft.SqlServer.BatchParser,Version=9.0.242.0,Culture=neutral,PublicKeyToken=89845dcd8080cc91”或其依赖项之一。系统找不到指定的文件。 文件名:'Microsoft.SqlServer.BatchParser,Version=9.0.242.0,Culture=neutral,PublicKeyToken=89845dcd8080cc91'

这是 UAC/权限问题吗? Windows 7 是两台计算机之间唯一的变量。 两台机器上使用的数据库也是 Sql Server 2005。使用.NET 3.5。

谢谢。

I have an application that uses SMO to manage databases. It works great on XP and Server 2003.
However, when I try to run it on Windows 7, I get the following exception:

Restore failed for Server 'localhost'. ---> System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.SqlServer.BatchParser, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
File name: 'Microsoft.SqlServer.BatchParser, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'

Is this a UAC/permissions issue? Windows 7 is the only variable between the two computers.
Database used is Sql Server 2005 on both machines as well. Using .NET 3.5.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

新人笑 2024-08-22 08:53:57

此问题与该 dll 未安装在 x64 Windows 上有关。为了解决这个问题,我必须下载 SQL Server 功能包:
SQL Server 功能包。< /a>

This issue had to do with the fact this dll is not installed on x64 Windows. To resolve it, I had to download SQL Server feature pack:
SQL Server Feature Pack.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文