|
Hello,
We are developing an application using Visual Studio 2005. We started to work without VSS.
Our solution contains forms (that will be opened by the main one as MDI child) on those forms we put underdevelopment User Control (that contains several common controls representing specific linked information i.e. Individual information that will be used several time in forms.)
The issue that we encounter is that when we use the UC on a form, then that UC is modified (changing name of a control), saved in SS and get back, the form cannot be opened in design mode any more. I have tried to open the form.designer.vb and delete manually the references that are marked wrong but it doesn't help that much.
The only trick is to inform the team that the UC is about to be modified and that they have to take it off they form and put it back when the new working version is available...
Anybody had this problem? Any other workaround?
Thanks, Jean-Philippe
|