SSIS Custom Control Task Debugging UI in BIDS and VS

Posted by zeencat on Stack Overflow See other posts from Stack Overflow or by zeencat
Published on 2012-06-25T10:45:59Z Indexed on 2012/06/28 21:16 UTC
Read the original article Hit count: 228

I've created a SSIS Custom Task in C# and I'm currently developing the UI. I was wondering if there is a better way of debugging the UI instead of compiling the project, copying the DLL's into the appropriate DTS folder and then opening the test Package within BIDS and then attaching the process to Visual Studio. This part I'm not bothered about but once you've tested the UI and made changes to UI within Visual Studio. I've got to recomplile the DLL's and then repeat the entire process. I've got to close BIDS and VS because they don't release the DLL's before I have to start the entire process over again. Does anyone have any tips to speed up this process. It's just so frustrating having to do this everytime.

© Stack Overflow or respective owner

Related posts about c#

Related posts about visual-studio-2010