cann't delete reference

  • Thread starter Thread starter carmen
  • Start date Start date
C

carmen

I added a reference to a dll in my project only to make a test. I'm not
going to use these classes anymore but cann't find how delete the reference
and when I load my project, Visual Studio says that cann't find the
reference.
Any ideas?
Thanks
 
carmen said:
I added a reference to a dll in my project only to make a test. I'm not
going to use these classes anymore but cann't find how delete the reference
and when I load my project, Visual Studio says that cann't find the
reference.

Go to the project explorer, right-click the reference and delete it.

Bye
 
carmen said:
In the explorer doesn't appear the reference, this is my problem!

In that case it doesn't think it has the reference any more, and you
shouldn't have any problems.
 
Back
Top