All of a sudden the code execution does not stop at break point in C# web project. It works in other projects, so it is a project specific. Please help, it is driving me crazy.
thanks
Printable View
All of a sudden the code execution does not stop at break point in C# web project. It works in other projects, so it is a project specific. Please help, it is driving me crazy.
thanks
maybe instead of DEBUG u did a RELEASE and there on it didnt stop in the break point...
Thanks, but it was a different reason
Somehow, when I refreshed the whole project from VSS, in .NET project Configuration properties/Debugging/Enable ASP.NET debugging was set to false.