Visual Studio 2019 hangs on "Execute Suggested Action" when adding a reference

Viewed 3322

I've got a problem with Visual Studio Enterprise 2019, it hangs on "Execute Suggested Action" when I use it to add a reference to another project or library.

enter image description here

3 Answers

if anyone struggle with adding references: go to your project -> right click on Dependencies -> select eg Add Project Reference -> look for proper reference enter image description here

I was having the same issue when adding on the suggestion of Intellisense. For me, it turned out to be an issue of cyclic reference. My bad. I corrected it and now it doesn't hang.

It was VS 2019 community, Windows Forms (C#)

Related