Hey stackoverflow,
I have a MVC project that contains cshtml files. After getting a latest from sourcesafe, I can no longer set break points on a cshtml file that was modified. I tried to clean and rebuild and checked all settings from web.config file to debugging properties. I get the famous no symbol is loaded error.
But the funny thing is if I rename the file then the break point will hit (I have to rename return PartialView function as well). But once I do that, then the break point will hit.
As soon as I rename the file back, then the break point will not hit again. So I know it's not the configuation settings. But I cannot rename the file because the team is using it so I have to get my system to be able to set break point on with the original file name.
Can someone tell me the problem?
Thanks