Skip to main content

Posts

Showing posts from October 15, 2011

Remote Debugging Sharepoint 2010 Solutions

Just spent an unreasonable amount of time getting remote debugging working with Sharepoint 2010 Sandbox *AND* Full-Trust solutions. It took quite a bit of work for me to understand and troubleshoot, so thought I would write it down: a. for my own future reference b. so others don’t have to go through the same heartache The general approach for sandbox and full trust solutions is the same, but they do differ in a few details. A post by tlhost on the Microsoft Forums titled A SharePoint server is not installed on this computer got me 90% of the way there, this is just filling in the gaps that tripped me up. And a BIG THANK YOU to Pav – he helped a ton Export Nodes from Sharepoint Machine Registry Remote to the Sharepoint machine, run regedit and export [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\14.0] On your development machine, run regedit and import the nodes. Create Sharepoint project You will now be able to create a Sharepoint Proj