is it true we cant debug c# scripts in ssis anymore under vs

  • Hi, i'm running vs2022.   I'm trying out a c# script that i'd like to set breakpoints on to trap the exception that gets thrown when i debug.  From what i'm reading, i cant debug it because my runtime bitness is 64 and that setting cant be changed (it is greyed for me) in vs2022.

    is this true and what options do i have?   the error i get "debugging" is shown in the next post and it doesnt tell me anything.  the error i get running without debug is shown in the post after that.

     

  • c#exception

  • c#exception2

  • Not true. I debugged a Script Task in VS2022 the other day. Breakpoints in a Script Component were ignored, however.


  • Versions of VS before 2022 were 32-bit, but 2022 onwards is 64-bit.


  • thx phil, how did you learn anything then without breakpoints working?  msgboxes?

  • stan wrote:

    thx phil, how did you learn anything then without breakpoints working?  msgboxes?

    Good question. I stopped worrying about it after finding out the issue was due to a DNS 'reconfiguration' and nothing SSIS-related.

    That's a long-winded way of saying 'no', sorry.


Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic. Login to reply