How do I change where a class library is located in my C# program.
I have a test version of my program that uses a class library that points to a server at an IP address. The production server has a different IP address. I copied the orginal program into a new folder to test in production. But it still points to the class library in the other folder. How can I change this?
Arep