Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Corrupt project VS2012

Opening a solution (2 projects) in VS2012, I get several errors:

1. Unable to load one or more breakpoints.
2. Value does not fall within the expected range (opening web.config)

Looks something is corrupted. Is there an easy way to recover? Where are the breakpoints stored? Which value is (suddenly) out of range? Thanks in advance for any help!

like image 385
Gerard Avatar asked May 13 '13 07:05

Gerard


2 Answers

There is still a (hidden) .suo file. Removing that file resolves BOTH problems!

like image 93
Gerard Avatar answered Oct 12 '22 21:10

Gerard


Find and delete .suo file from below correct place for Visual Studio 2015 project.

[Project Folder]\.vs\[Solution Name]\v14\.suo

I found the solution from here:

https://faalon.wordpress.com/2016/05/11/visual-studio-2015-suo-file-corrupt/

like image 26
Zin Min Avatar answered Oct 12 '22 22:10

Zin Min