Hi,
All of a sudden most of the time, my win .net application does not debug when it gets to the middle of the program.
The message is: There is no source code available for the current location
I have looked on Microsoft site and it says:
Your project does not contain source code for the code you are trying to view. The usual cause is double-clicking a module that does not have source in the Call Stack or Threads Window. You can continue to debug, but cannot use the source window to set breakpoints and perform other actions at this location. If you need to set a breakpoint, use the Disassembly Window instead.
It says that the source code is not there but I have not changed anything and do not understand why this is keep happening all of a sudden.
Thanks
All of a sudden most of the time, my win .net application does not debug when it gets to the middle of the program.
The message is: There is no source code available for the current location
I have looked on Microsoft site and it says:
Your project does not contain source code for the code you are trying to view. The usual cause is double-clicking a module that does not have source in the Call Stack or Threads Window. You can continue to debug, but cannot use the source window to set breakpoints and perform other actions at this location. If you need to set a breakpoint, use the Disassembly Window instead.
It says that the source code is not there but I have not changed anything and do not understand why this is keep happening all of a sudden.
Thanks