I am facing very strange problem in Visual Studio C#, when I Press Start or {F5} key for running my Database application, I am getting "Source not available" error and
"Source information is missing from the debug information for this module" "You can view disassembly in the Disassembly window. To always view disassebly for missing source file, change the setting in the Option dialog."
I did the clean of solution, then rebuild it but still it persists , I am enclosing the picture and debug >> call stack window, If somebody has encountered this sort of issue I would deeply appreciate their help.
For your reference:
This is purely a database project, where I am using Visual Studio C#.net and MS SQL Server 2008R2, Nothing else.
I know it happens Usually when there are debug problems, missing information after building and etc
if you zoom in really close you will see that we are looking at mscorlib, and I really dont know how to handle such sort of errors,
Thanks,