Ide keeps losing a control
-
I have a C# custom control that I am using in an application that I am currently developing. The problem is that every single time I open the solution in .net 2003 the control is lost and when I try to drop it back onto the form it errors giving an "invalid parameter used" argument. Now the control has not been changed at all and basically everytime I start up the project I have to remove the control from the user control section and then re add it to the user control section and put it back on the from resetting it so that it works properly. It's not a major problem I know it's just very F***ing irritating every time I open the £$^$%&^£$&£% pproject. Anyone know a way to fix this? pseudonym67 Neural Dot Net Articles 1-11 Start Here[^]
-
I have a C# custom control that I am using in an application that I am currently developing. The problem is that every single time I open the solution in .net 2003 the control is lost and when I try to drop it back onto the form it errors giving an "invalid parameter used" argument. Now the control has not been changed at all and basically everytime I start up the project I have to remove the control from the user control section and then re add it to the user control section and put it back on the from resetting it so that it works properly. It's not a major problem I know it's just very F***ing irritating every time I open the £$^$%&^£$&£% pproject. Anyone know a way to fix this? pseudonym67 Neural Dot Net Articles 1-11 Start Here[^]
Don't know how to fix it but I thought it let you know your not the only one. When it happens to me, which for some reason happens when i double click a form in the solution browser to view it, it removes all the UI controls from my form. I never had this problem with VS.NET 2002. I also have some custom controls on it. If i han't made a backup I'd be screwed cause I accidently saved it. This is a real problem that microsoft need to get fixed.
-
Don't know how to fix it but I thought it let you know your not the only one. When it happens to me, which for some reason happens when i double click a form in the solution browser to view it, it removes all the UI controls from my form. I never had this problem with VS.NET 2002. I also have some custom controls on it. If i han't made a backup I'd be screwed cause I accidently saved it. This is a real problem that microsoft need to get fixed.
I think it's a setup thing on our systems as someone has responded to the article with the app in it and said they are having no problems. Of course I've no friggin idea what the setup problems is. pseudonym67 Neural Dot Net Articles 1-11 Start Here[^] Fuzzy Dot Net Articles 1-3 Start Here[^]
-
I think it's a setup thing on our systems as someone has responded to the article with the app in it and said they are having no problems. Of course I've no friggin idea what the setup problems is. pseudonym67 Neural Dot Net Articles 1-11 Start Here[^] Fuzzy Dot Net Articles 1-3 Start Here[^]
I have the same problem. Best solution is do not save anything and exit VS. When you open VS again, the controls are back again. Also there is a chance that if you look in references, you will see a second copy of the dll with the user control in it. Regards Jeremy