I moved a VS 2008 C# web app solution, now, when I build the project (part of the solution), it is not updating the corresponding project .dll in the web app /bin directory. What makes this happen? I've tried adding a "reference" in the web app to the project, but is says it's already been added. If I need to "remove" the reference and add it again, how do I do that ... it doesn't have an option to "remove" a reference.
Start Free Trial