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: Format of the initialization string does not conform to specification starting at index 33."}
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?