I have various components on a win form created using c#.
All was working well until last week when suddenly I started receiving "An unhandled exception of type 'System.ArgumentException' occurred in System.Drawing.dll" error.
Additional Information : Parameter is not valid.
This error happens in the designer part of the form in the InitializeComponent procedure.
The controls were dragged and dropped from the toolbox onto the form.
There is also no data binding of populating of the fields.
It also only happens to any form of input or interaction. This error does not occur when creating a label or group box etc.
Google offers no solution to this problem.
All was working well until last week when suddenly I started receiving "An unhandled exception of type 'System.ArgumentException' occurred in System.Drawing.dll" error.
Additional Information : Parameter is not valid.
This error happens in the designer part of the form in the InitializeComponent procedure.
The controls were dragged and dropped from the toolbox onto the form.
There is also no data binding of populating of the fields.
It also only happens to any form of input or interaction. This error does not occur when creating a label or group box etc.
Google offers no solution to this problem.