Keep on seeing old user control in designer

  • Thread starter Thread starter Henk van Jaarsveld
  • Start date Start date
H

Henk van Jaarsveld

Please your appreciated help,

I completely changed the look of a user control, however the designer
of a form where I use it keeps on depicting the version. However when
I run the program the right new version of the user control is used.
But of course I want to see it at design time as well. I tried the
following:

1 Rebuild
2 Remove the user control from the form and add it again from the
toolbox.
3 Reset the toolbox and add the new user control again to the toolbox
again and then repeat step 2.

Nothing helps. I am really puzzled how Visual Studio even KNOWS how
this user control looked a week before!

Can some Form wizard out there help me out???

Henk van Jaarsveld
 
Try delete the bin and obj directories (after quitting from the VS-IDE) then
rebuild, this can clean out some strange things.

Also check the code the Forms designer is actually creating.

Paul
 
Test2

Sea Sharper said:
Try delete the bin and obj directories (after quitting from the VS-IDE) then
rebuild, this can clean out some strange things.

Also check the code the Forms designer is actually creating.

Paul
 
Back
Top