Debugging Sandboxed Solutions

Monday, September 05, 2011

0

This is a silly thing that took me about 30 minutes to realize... I was trying to debug a SharePoint 2010 Sandboxed solution by attaching to the w3wp.exe process, but none of the breakpoints were hitting.  It turns out for Sandboxed code you have to attach to SPUCWorkerProcess.exe instead.  *facepalm*


0 comments:

Post a Comment