February 20, 2026 at 4:19 pm
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.
February 20, 2026 at 4:20 pm

February 20, 2026 at 4:20 pm

February 20, 2026 at 4:39 pm
Not true. I debugged a Script Task in VS2022 the other day. Breakpoints in a Script Component were ignored, however.
February 20, 2026 at 4:48 pm
Versions of VS before 2022 were 32-bit, but 2022 onwards is 64-bit.
February 20, 2026 at 6:02 pm
thx phil, how did you learn anything then without breakpoints working? msgboxes?
February 21, 2026 at 9:38 pm
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