Error when trying to debug User Control under Umbraco using Attach to Process
When I try to debug a User Control under Umbraco version:
umbraco v 4.0.4.1 (Assembly version: 1.0.3793.17632)
I can successfully attach VS 2005 to the remote process on the server, and when I place a breakpoint, I can see that the debugger is catching the breakpoint, but then, I get error from VS. See details below:
It looks like the remote debug process/user does not have access to the stored procedure in the error message.
Is there any way you can replicate the defect locally? IF you do this you may be able to bypass the remote debugging issue, debug and verify the fix locally before putting it live.
Error when trying to debug User Control under Umbraco using Attach to Process
When I try to debug a User Control under Umbraco version:
umbraco v 4.0.4.1 (Assembly version: 1.0.3793.17632)
I can successfully attach VS 2005 to the remote process on the server, and when I place a breakpoint, I can see that the debugger is catching the breakpoint, but then, I get error from VS. See details below:
https://docs.google.com/open?id=0B97clwYte2SHZkxkZ1ViaUw2ams
For screenr recording:
http://www.screenr.com/SHH7
Appreciate your help .. I need to debug this code urgently.
Tarek.
It looks like the remote debug process/user does not have access to the stored procedure in the error message.
Is there any way you can replicate the defect locally? IF you do this you may be able to bypass the remote debugging issue, debug and verify the fix locally before putting it live.
is working on a reply...