SSIS“脚本任务”无法调试(VS2008)

发布于 2024-12-05 20:05:42 字数 488 浏览 0 评论 0原文

我能够调试 SSIS 脚本任务,但后来我的电脑发生了一些事情,不允许我再这样做。我希望这个论坛上的有人可以帮助我,因为我准备将其发送给技术支持以将其清除干净。

问题:无法再调试 SSIS“脚本任务”

注意:似乎无法在脚本中引用 .Net dll。当我编辑任务的脚本时,单击显示所有文件,展开引用文件夹...所有引用都有一个感叹号。然后,当我转到脚本的项目属性并选择引用时,所有引用的路径都显示“系统找不到指定的引用”。然后,当我单击“参考路径”时,没有设置...我添加了我需要的路径,保存、关闭并打开备份...参考路径又消失了。

我尝试过的(排名不分先后):

1)删除然后重新安装所有.Net Frameworks

2)删除然后重新安装Sql Server Developer Edition

3)devenv /resetsettings

4)devenv /installvstemplates

还有其他想法吗?提前致谢!

I was able to debug SSIS Script Task but then something happened to my PC that doesn't allow me to do this anymore. I'm hoping someone on this forum can help me as I'm about ready to send it to tech support to wipe it clean.

Problem: Can no longer debug SSIS "Script Tasks"

Noticed: It appears the .Net dlls cannot be referenced within the script. When I Edit the script for the task, click show all files, expand the the references folder... there is an exclamation point for all references. Then when I go to the project properties for the script and select references and the path for all the references says "The system cannot find teh reference specified". Then when I click on Reference Paths there are none set... I add the ones I need, save, close, and open back up... the reference paths are gone again.

What I have tried (in no particular order):

1) Remove then reinstall all .Net Frameworks

2) Remove then reinstall Sql Server Developer Edition

3) devenv /resetsettings

4) devenv /installvstemplates

Any other thoughts??? Thanks in advance!

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

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

发布评论

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

评论(1

半世蒼涼 2024-12-12 20:05:42

您使用的是 64 位机器吗?如果是这样,除非将包设置为 32 位,否则调试脚本组件将无法工作

Are you using a 64bit machine? If so, the debug script component will not work unless you set the package to 32 bit

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