【问题标题】:Cannot debug script tasks when running under the 64 bit version of the Integration Services runtime在 64 位版本的 Integration Services 运行时下运行时无法调试脚本任务
【发布时间】:2014-11-26 15:26:09
【问题描述】:

我正在尝试调试脚本任务,它给了我以下错误。

“在 64 位版本的 Integration Services 运行时运行时无法调试脚本任务”。

【问题讨论】:

    标签: ssis sql-server-data-tools


    【解决方案1】:

    我得到了解决方案。 需要将 'Run64bitRunTime' 属性更改为 False。

    1. 进入 BIDS 中的项目菜单。

    2.转到属性。

    3.在调试类别中将属性“Run64bitRunTime”更改为False。

    【讨论】:

      【解决方案2】:

      请进入 BIDS 中的项目菜单并进入属性,在调试类别中,将属性“Run64bitRunTime”更改为 False。 之后,脚本调试将开始工作。

      使用 System.Windows.Forms 命名空间中的 MessageBox.Show 方法中断执行并显示模式消息。 (完成调试过程后删除此代码。) 强文本

      http://microsoft-ssis.blogspot.com/2011/04/breakpoint-does-not-work-within-ssis.html http://msdn.microsoft.com/en-us/library/ms136033.aspx

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2015-01-18
        • 1970-01-01
        • 1970-01-01
        • 2016-02-11
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多