So, if I have website project Foo which has a reference to class library project Bar, how do I remove that reference?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The reference is stored in the Visual Studio solution file.
Right-click on the web site’s project item in Solution Explorer and choose “Property Pages”. The first item on the dialog that comes up is “References”. You can add/remove references from here.
Edit:
I should mention that this is in Visual Studio 2010. I don’t have any other versions installed at the moment, so I can’t verify that this works for them as well.