Jane Dallaway

Jane Dallaway

Jane Dallaway  //  Data loving developer/leader/product shaper, storyline curator/creator, life-long learner, photographer, dog owner, reader, crafter, gardener and occasional snowboarder

This blog contains all sorts of odds and ends, from event reviews, stuff about my storyline project, bits of craft, through thoughts on learning, to photography stuff, and general inspiration things. It's a bit all over the place with no real theme, but then so am I!

Email: jane @ dallaway.com
Also at:    

ASP.NET debugging error - EXECUTE permission denied on object 'sp_sdidebug', database 'master', owner 'dbo'

When debugging an old project using Attach to process I got the following error message
EXECUTE permission denied on object 'sp_sdidebug', database 'master', owner 'dbo'.
I checked the project properties, and only the ASP.NET debugger option was checked. A bit of a search around the internet found lots of different suggestions. But, the one that actually worked was one I found amongst this forum post which basically gives a solution of:
  • Choose the menu option Debug -> Attach to Process
  • In the Attach to Process dialog look in the Attach to: section, if it says "Automatic Native code", then click on Select and choose Managed and Native
  • Select the aspnet_wp.exe process
  • Press Attach

I can now happily debug. Yay!

0 comments

Leave a comment...