Forms Designer Error Display HTML Source
Posted
by
Pranay Rana
on Stack Overflow
See other posts from Stack Overflow
or by Pranay Rana
Published on 2010-12-23T16:32:06Z
Indexed on
2010/12/23
16:53 UTC
Read the original article
Hit count: 250
I i am unable to see the design view of a winform app
Errors are:
One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes.
The event Click is read-only and cannot be changed.
at System.ComponentModel.Design.EventBindingService.EventPropertyDescriptor.SetValue(Object component, Object value) at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeAttachEventStatement(IDesignerSerializationManager manager, CodeAttachEventStatement statement) at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeStatement(IDesignerSerializationManager manager, CodeStatement statement)
© Stack Overflow or respective owner