views:

395

answers:

4

Hi, I met strange issue during designing winform. I placed a few controls inside toolstripcontainer and now I cannot delete them. It's also impossible to delete whole Toolstripcontainer. I'm using Visual Studio 2008 SP1 plus some extra patches. Is it a bug in Visual Studio? Is there any workaround? Or I'm lacking of knowledge of VS? Best regards, Tomo

A: 

Can you go in the .Designer.Cs and delete line manually?

Daok
A: 

Yeah, I can remove it from file but why there is a designer in Visual Studio if I have to do it manually?

tomo
+1  A: 

Try closing the designer, clean your solution and reopen the designer window?

Vincent Van Den Berghe
A: 

What do you mean by cleaning my solution?

BTW: looks that closing and reopening for a few times works

tomo
Cleaning = right click the solution in the Solution Explorer and click 'Clean'
Vincent Van Den Berghe