Pergunta

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?

Foi útil?

Solução

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

Outras dicas

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?

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top