I recently upgraded a VS 2003 C# Windows class library project to VS 2005 and every time try to debug I get the following error:
System.Data.SqlClient.SqlException: EXECUTE permission denied on object 'sp_sdidebug', database 'master', owner 'dbo'.
I have read that this can be caused by enabling SQL Server Debugging. Well I check my project settings, and that option is definitely unchecked. I don't want to debug any sql, just my C# code.
Perhaps this is a conversion issue??