error occurred creating the form
I got a weird error today on a user workstation. Everybody else is working just fine and I haven't changed any code in months.
Code:
<Exception>
<Date_Time>11/25/2013 09:38</Date_Time>
<Message>An error occurred creating the form. See Exception.InnerException for details. The error is: Configuration system failed to initialize</Message>
<StackTrace>
at AppWindow.My.MyProject.MyForms.Create__Instance__[T](T Instance)
at AppWindow.My.MyProject.MyForms.get_Form1()
at AppWindow.My.MyApplication.OnCreateMainForm()
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
</StackTrace>
</Exception>
Does it have something to do with .NET?
Re: error occurred creating the form
While it's a long shot, this guy: http://www.vbforums.com/showthread.p...-Studios-error, did a windows update and is having some issues. Did you recently do an update too?
Re: error occurred creating the form
well, I took the most recent updates this month and am not having any issues. That did crossed my mind, but others don't seem to have this issue. I just want to verify that the error is machine based on not code. Its just the first I seen an error like this