To prevent possible data loss before loading the designer, the following errors must be resolved:
list of errors (the name isn't that important):
The variable 'TextEditor' is either undeclared or was never assigned. .... ...
then it goes:
Instances of this error (1)
- Hide Call Stack
at System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.EnsureDocument(IDesignerSerializationManager manager) at System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager manager) at Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager serializationManager) at System.ComponentModel.Design.Serialization.BasicDesignerLoader.BeginLoad(IDesignerLoaderHost host)
It builds but cant access the form (opens empty form if I press ignore)...
Thanks!