SSIS“脚本任务”无法调试(VS2008)
我能够调试 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您使用的是 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