Visual studio closes when debugging (after installing update 2)

I just installed the update for Visual Studio 2 on two computers and now when I try to debug my program, visual studio closes!

It doesn't show any exceptions, it just closes. What should I do? I tried reinstalling visual studio and installing it again, but I have the same problem.

+3


source to share


2 answers


In the words of Mark Payne (Visual QA Lead of the Visual Studio Debugger):

You are using the Visual Web Devleoper VS version, right? If so, we have a known bug in this CTP that only affects VWD. You can copy symsvr.dll from any other VS installation (other express or pro) to common7 \ ide directory for VWD. This should fix the problem. We've already fixed this issue and should be available in the next CTP.



Unfortunately it didn't work for me ... so I post about it in the support forum, but Microsoft just marked my feedback closed and didn't reply to me anymore ...

So unfortunately my solution formatted my computer.

0


source


It's a CTP right now that doesn't really have to be stable; on the contrary, it has experimental features. So it shouldn't surprise you that he falls. Collect as much data as possible and send it to Microsoft; hope they fix it.



-1


source







All Articles