Debug the Batch Event Handler
The good news is that we can debug and step through our event handler code using Visual Studio. The trick is to go through the appropriate steps in the correct order to ensure the code that is deployed on our Infinity server is in sync with code within our development environment. Any changes in your code will require a redeploy to the Infinity web server, and the Infinity application client such as Blackbaud CRM needs to restart. After you restart, we can attach to the Blackbaud.AppFx.Browser.exe process, set a break point, and then open up the batch grid user interface to begin debugging.
