L
Luis
Hi !
I'm developing a class library that modifies de behavior
of a text box control by adding some properties and
overriding or shadowing some methods.
I have a form that has some of these controls in separate
project in other to test/debug the library.
My problem is that although I saved and re built the
class library, apparently the controls in that test form
remain attached to the previous version of the code and
the only way (I've found) to sync the form to the newer
version of the code is to delete the controls from the
form and to drag them again from the toolbox into the
test form.
Is there a way to force the test solution to use the
latest version of de class dll?
Luis
I'm developing a class library that modifies de behavior
of a text box control by adding some properties and
overriding or shadowing some methods.
I have a form that has some of these controls in separate
project in other to test/debug the library.
My problem is that although I saved and re built the
class library, apparently the controls in that test form
remain attached to the previous version of the code and
the only way (I've found) to sync the form to the newer
version of the code is to delete the controls from the
form and to drag them again from the toolbox into the
test form.
Is there a way to force the test solution to use the
latest version of de class dll?
Luis