|
-
Nov 25th, 2013, 02:37 PM
#1
Thread Starter
Frenzied Member
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?
-
Nov 25th, 2013, 02:44 PM
#2
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?
-
Nov 25th, 2013, 03:13 PM
#3
Thread Starter
Frenzied Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|