Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 806
marko Avatar asked Dec 09 '20 16:12

marko


People also ask

How do I resolve a reference problem in Visual Studio?

To fix a broken project reference by correcting the reference path. In Solution Explorer, right-click your project node, and then select Properties. The Project Designer appears. If you're using Visual Basic, select the References page, and then click the Reference Paths button.

How do I update references in Visual Studio 2019?

Open the project in Visual Studio. Right-click on the project's References folder and select Add Reference to open the Add Reference dialog box. Locate the new assembly version in the Add Reference dialog for each Infragistics assembly listed in your References folder.

How do I add a reference solution in Visual Studio?

To add a reference, right-click on the References or Dependencies node in Solution Explorer and choose Add Project Reference. You can also right-click on the project node and select Add > Project Reference.


1 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

like image 113
Kula Avatar answered Sep 22 '22 03:09

Kula