在 Visual Studio 2005 SSIS 包中找不到对 SQLXML 的引用

发布于 2024-09-10 04:16:23 字数 204 浏览 3 评论 0原文

我正在 Visual Studio 2008 中处理一个项目,当时需求发生了变化,现在需要在 2005 年完成。我使用的是 Microsoft.Data.SqlXml 中的 SQLXML 对象,但现在当我降级时,我无法在添加参考弹出框。

有谁知道为什么它没有出现以及我怎样才能让它出现?我尝试卸载并重新安装 SQLXML,并将 VS2005 更新到 SP3

谢谢

I had a project I was working on in Visual Studio 2008, when the requirements changed and now it needs to be done in 2005. I was using SQLXML objects from Microsoft.Data.SqlXml, but now when I downgraded I cannot find this in the add reference pop up box.

Does anyone know why this isn't showing up and how I can make it show up? I tried uninstalling and reinstalling SQLXML, and have updated VS2005 to SP3

Thanks

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

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

发布评论

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

评论(1

爱人如己 2024-09-17 04:16:23

要添加不在 VS2005 脚本组件添加引用框中的引用,请将您尝试添加引用的程序集添加到

C:\Program Files\Microsoft SQL
服务器\90\SDK\程序集

然后,当您去添加引用时,它应该出现。

To add references that are not in VS2005 script component add references box, put the assembly you are trying to add a reference to to

C:\Program Files\Microsoft SQL
Server\90\SDK\Assemblies

Then when you go to add reference it should appear.

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