Updating a User Control

  • Thread starter Thread starter Luis
  • Start date Start date
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
 
What version of the Visual Studio do you have?
I've done some research and found out that this problem
does not occur in version 2002 (I am using ver 2003).
I sent my Solution to a colleague that has version 2002
installed and he reported that he could do changes in the
inherited control and the application incorporated these
changes without having to drop everything.

Luis
 
I am also using 2003 Version 7.1.3088

Any MS guys have solution for this.

Mallikarjun
 
Is it some thing to do with the versions ?

If I am refereeing to the same dell ( as a project ref). When ever I build
this user control dell it should update the other dependencies, right ?

Mallik argon
 
Back
Top