Results 1 to 3 of 3

Thread: error occurred creating the form

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Nov 1999
    Posts
    1,337

    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?

  2. #2
    Super Moderator dday9's Avatar
    Join Date
    Mar 2011
    Posts
    12,398

    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?
    "Code is like humor. When you have to explain it, it is bad." - Cory House
    VbLessons | HtmlLessons | CssLessons | Code Tags | Sword of Fury - Jameram

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Nov 1999
    Posts
    1,337

    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
  •  



Click Here to Expand Forum to Full Width