Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
It's probably not corruption in your solution, but rather something in your code model that we're not expecting, so an exception in thrown, which crashes VS. When we search for enums, we search through all of the references, but to search within the solution itself, we have to go through the code model of each of the files in the solution and if the code model is weird, it might crash.
|