6
Answers

How do I change where a class library is located in my C# program.

A Repasky

A Repasky

13y
1.9k
1
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
Answers (6)