Visual Studio 2005 viewing Refrences

  • Thread starter Thread starter Brendon Bezuidenhout
  • Start date Start date
B

Brendon Bezuidenhout

All,

Is there a way to view what the current references are in a Web Site using
VS 2005? I know how to do it for Win Forms no problem - but the button is
not where it should be for Web Forms...

Ta in advance
 
Where did you end up finding it? I've been looking for it, as well,
with no luck....


-= Tek Boy =-
 
Click the Project name in the Solution Explorer.
Click the "Properties" icon right above the name ( it's the first icon ).
Click on "References" if it doesn't come up pre-selected.

You'll see the list of current references and buttons to add references.




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
 
Back
Top