Is there any way to debug .Net dll from SSIS Script The referenced component.
thank
You can connect Visual Studio to any local process (or remote process if the remote debugger is configured. Click the "Select ..." button next to the "Attach to" field. Make sure Debugging These code types / Managed code are checked. Available processes are listed find the SSIS process. I can’t remember the process name, but it must have x86 managed in the type column. You may need to check “Show processes from all users.” Click “Attach”.
Now you can break into the debugger, as usual, and hit breakpoints. If debugging symbols cannot be loaded for any reason, open the "Modules" window, find the managed DLL, right-click and "Load Symbols" to find them.
System.Diagnostics.Debugger.Launch() System.Diagnostics.Debugger.Break() . " " , , , .
Source: https://habr.com/ru/post/1731323/More articles:Does LINQ2SQL use table indexes? - linqКак начать использовать фреймворк PHP? - phpСписок С#.Find(x => x.Rectangle.Contains(Point)) FAIL - containsyii form question - phpКомплексная оптимизация SQL и общий язык - optimizationInstallation and integration of DOJO tools - dojoto connect SQL Server 2005/2008 over the Internet - sql-serverIN SQL statement - sqlHow to echo a session name in a foreach loop in PHP? - phpiPhone OCUnit, anonymously released with code 139, what is it? - iphoneAll Articles