Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

How to debug the custom sandbox workflow actions in VS2010?

The sandbox workflow actions created following the steps in http://msdn.microsoft.com/en-us/library/ff798499.aspx

share|improve this question

2 Answers

The only way I've found to do accomplish this is through the log files in c:\program files\common files\microsoft shared\web server extensions\14\logs

share|improve this answer

To debug a sandboxed solution you have to attach to Process to the SPUCWorkerProcess.exe assembly. But this does not always work.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.