Domanda

I removed some unused references from a Visual Studio 2012 Project (Visual Basic), yet they still show up in my Object Browser (F2).

Does anyone have a clue how to remove those entries?

È stato utile?

Soluzione

I still had the .dlls in the bin-directory. Deleted them and they show up no more.

Altri suggerimenti

The Object Browser allows you to select and examine the symbols available for use in projects. You can open the Object Browser from the View menu, or by clicking the Object Browser button on the main toolbar. There are three panes: an Objects pane on the left, a Members pane on the upper right, and a Description pane on the lower right. If you resize the Object Browser into a single column, the Objects pane moves to the top, the Members pane to the middle, and the Description pane to the bottom.strong text

Have you tried to rebuild your project?

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top