Cannot start / debug application in VS2013

From today, I can no longer debug applications. If I want to start a debugging session, I get an error

when trying to start the application: invalid pointer

It does not depend on the project, this behavior appears in every project / solution.

What I already tried:

  • Reset Settings VS
  • repair visual studio
  • complete reinstallation of visual studio
  • Modified build platform for x86 / x64
  • Enabling native code debugging
+4
source share
2 answers

Ctrl-F5 , , , , . - Visual Studio: ( WPF), Microsoft Visual Studio 2013 Update 4.

+1

VS 2013 , body, web.config

<appSettings>

<add key="PageInspector:ServerCodeMappingSupport" value="Disabled" />

, .

0

Source: https://habr.com/ru/post/1536860/


All Articles