在 Visual Studio 2005 SSIS 包中找不到对 SQLXML 的引用
我正在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要添加不在 VS2005 脚本组件添加引用框中的引用,请将您尝试添加引用的程序集添加到
然后,当您去添加引用时,它应该出现。
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
Then when you go to add reference it should appear.