J
Jonathan Wood
Okay, so I now have more than one project in my solution. One is a class
library, which includes a Control. And I added a reference to the class
library in the other project.
Initially, it worked as expected. However, when I modified my Control and
then rebuilt the class library, these changes are not appearing in the
control used in the other project.
As I understand it, a reference is not a reference at all but a copy of the
DLL? How do I get it to copy the new DLL in that case?
Thanks.
Jonathan
library, which includes a Control. And I added a reference to the class
library in the other project.
Initially, it worked as expected. However, when I modified my Control and
then rebuilt the class library, these changes are not appearing in the
control used in the other project.
As I understand it, a reference is not a reference at all but a copy of the
DLL? How do I get it to copy the new DLL in that case?
Thanks.
Jonathan