debugging - No symbols loaded error after installing Update 3 for Visual Studio 2013 -
After updating VS 2013 update 3, now my web service is broken every time I run it in debug mode.
I get this error every time because it is VS .. Trying to load the system. Web. PDB file and can not find it or it can not be loaded:
System.StackOverflowException was unmanaged Message: System.Web.dll
symbol An unrestricted exception of the type 'System.StackOverflowException' type in load information.
C: \ Program Files X86) \ IIS Express \ System.Web.pdb: Can not locate or open PDB file. C: \ Windows \ Microsoft.Net \ Assembly \ GAC_32 \ System.Web \ v4.0_4.0.0.0__b03f5f7f11d50a3a \ System.Web.pdb: PDB file can not locate or open. C: \ Windows \ System.Web.pdb: PDB file can not locate or open. C: \ Windows \ symbols \ dll \ System.Web.pdb: PDB file can not locate or open. C: \ Windows \ Del \ System.Web.pdb: PDB file can not locate or open.
Some time ago it is a separate .pdb file but it is always one. PDB file that has failed to load. Why is this also trying to load these symbols and how do I stop it? When I went to Visual Studio 2013 Update 4, I had to face a similar problem. Try to disable the Visual Studio Browser.
Linking by adding it to your web configuration, I hope this will work for you as well:
& Lt; App settings & gt; & Lt; Add key = "vs: EnableBrowserLink" value = "false" /> & Lt; / AppSettings & gt;
Comments
Post a Comment