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?