Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hi I have form that have radio buttons and textboxes in a Tabcontrol, but suddenly I got his error but I dont understand why. I cannot touch them and not modify, when I want to modify winform controls have "unhandled exception in the designer and has been disabled" error. Also I cannot pass between tabs.

Error: The control.systems.windows.forms.radio button has thrown an unhandled exception in the designer and has been disabled.

What I have tried:

I tried to change debug setting but it didn't work. I don't have any idea what should I do
Posted
Updated 23-Feb-17 4:57am
v2
Comments
Ralf Meier 23-Feb-17 1:38am    
- Finish Visual Studio
- Start it again
- Remove step by step the controls and try to compile your application
- If your application could be compiled without an error you can start with rebuilding it (step by step)
- Try to remember which Thing was changed between the Moment when it works well and the Moment when it doesn't work well
...

1 solution

 
Share this answer
 
Comments
Graeme_Grant 23-Feb-17 11:03am    
I think you mean WinForm and not Xaml... systems.windows.forms
Maciej Los 23-Feb-17 13:03pm    
There are general instruction about resolving debuger exceptions.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900