The designer cannot process the code at line 259, please see the Task List for details. The code within the method 'InitializeComponent' is generated by the designer and should not be manually modified. Please remove any changes and try opening the designer again.
Please check are you added bussinese logic in your Designer.cs file.
If yes, please move the your code to the .cs file
An example:
I want a for-loop to create many labels but I added this logic to file "form.Designer.cs", move the logic to "form.cs" solved.
No comments :
Post a Comment