Problem with the Designer

G

Guest

Hello,

it´s the third time now that I´m getting an error message like this:

Warning 1 The designer cannot process the code at line 85:

this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;

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. C:\Dokumente und
Einstellungen\Martin\Eigene Dateien\Visual Studio
2005\Projects\KmeansCluster\KmeansCluster\MainForm.Designer.cs 86 0


Although I never modified the designer code.

What happens?

Can I let Visual Studio Redesign the code?



Regards,

Martin
 
J

john sun

Normally, in this situation, I close and reopen the project, the problem
will go away.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top