A
Ashish
Iam having some trouble debugging in the new vs2005. I have a class
library and a web project, and web project references that class library.
I have a custom handler for a http request in the class library
whenever i place a break point on the custom handler code, it gives me
error that "source code is different than original version"..
when i set the break point location to the option so that it hits it
even when its different, the debugger steps through incorrect lines, so
in that case it is different..
Iam wondering as to what should i do for the asp.net worker process to
pick up the correct version of the referenced dll (iam building the
project every time, before attaching debugger)
TIA
library and a web project, and web project references that class library.
I have a custom handler for a http request in the class library
whenever i place a break point on the custom handler code, it gives me
error that "source code is different than original version"..
when i set the break point location to the option so that it hits it
even when its different, the debugger steps through incorrect lines, so
in that case it is different..
Iam wondering as to what should i do for the asp.net worker process to
pick up the correct version of the referenced dll (iam building the
project every time, before attaching debugger)
TIA