VS 2015 SSIS Script Tasks cannot be debugged

后端 未结 5 729
醉梦人生
醉梦人生 2020-12-03 15:03

Just spent hours pulling my hair trying to work out why my ssis Script Component was not breaking into debugger on hitting a breakpoint. I searched the web and fund 64 bit s

5条回答
  •  渐次进展
    2020-12-03 15:31

    Microsoft released an update v3.2 of SQL Server Integration Services Projects where it resolves the issue with Roslyn and other C# language features introduced after .Net 4.5. C# features.
    Bad news - this fix is for Visual Studio 2019 only, you have to upgrade your VS to use it.

提交回复
热议问题