Previously open programs normally winxp on 32 bit , pass through win7 on 64 bit errors, have you any knowledge of this error ?
| 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. | |
at System.IO.__Error.EndOfFile() at System.IO.BinaryReader.FillBuffer(Int32 numBytes) at System.IO.BinaryReader.ReadInt32() at System.Resources.ResourceReader.ReadResources() | |
Gokhul VarmanPosted Aug 6, 2017, 1:20 AM
please consider this,High level error, this type of error happens when "something" is missing. For instance, you created a custom control or using a third party control where one or the other is not available, this will cause this error.
Open Solution Explorer, find the form, click on the chevron/arrow, open the node I'm pointing to, look at the controls for the form (in the highlighted area). If this is a missing or incompatible control it will be marked. If this is the case and unsure how to continue come back and let us know. There may be other reasons for this but start here. Others may respond with different thoughts..
Please remember to mark the replies as answers if they help and unmark them if they provide no help, this will help others who are looking for solutions to the same or similar problem
Dong Lam TrienPosted Aug 6, 2017, 12:06 AM
Manikandan MurugesanPosted Aug 4, 2017, 3:30 AM
Sometimes you may find that the project file loses the correct subtype that the file needs to open in design mode.
To fix:
If there's no "Form " then add it back in as follows