Reputation: 4645
My Visual Studio is having some problems:
Suddenly it stopped showing any useful suggestions.
artikelList
contains articles
with many properties but all it shows is this:
Additionally, when I try to go to the implementation of a method via ctrl+f12
it shows the following error message:
I've tried to restart VS17, restart my pc, reset the settings and reinstall VS17 but it didn't help.
Has anyone had these problems as well and knows how to solve it?
Thanks in advance
Upvotes: 2
Views: 4336
Reputation: 367
This happened to me just on one project , just deleting .vs file worked for me
Upvotes: 1
Reputation: 4645
The problem was something with my user data... I don't know what exactly but resetting it together with a "clear symbols" fixed the issues:
devenv.exe /resetuserdata
Tools -> Options -> Debugging -> Symbols -> Empty Symbol Cache
Upvotes: 5