I was working on a project in my VB.NET Express and suddenly my code that was working fine and starting up as normal gave me this error:
{An error occurred creating the form. See Exception.InnerException for details. The error is: Corrupt .resources file. Got an unexpected EndOfStreamException while trying to read the ResourceReader header.}
When I'm trying to run my application, it doesn't open my main form.
What does this mean - and how do I fix this?