Error with Machine.config

Last post 08-23-2007, 12:08 PM by Smartechs. 2 replies.
Sort Posts: Previous Next
  •  08-23-2007, 11:56 AM 32775

    Error with Machine.config

    Hello,
    I'm just trying to get the samples to run. I created a virtual dir under my default website and moved the 2.0 Framework folder to it. I get the following error when trying to navigate to the vb or c# samples. I appreciate your help.
     
     

    Server Error in '/Editor' Application.

    Configuration Error

    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

    Parser Error Message: An error occurred creating the configuration section handler for appSettings: Could not load type 'Systeformm.Configuration.AppSettingsSection' from assembly 'System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.

    Source Error:

    Line 12: <configuration>
                Line 13:   <configSections>
                Line 14:     <section name="appSettings" type="Systeformm.Configuration.AppSettingsSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" restartOnExternalChanges="false" requirePermission="false" />
                Line 15:     <section name="connectionStrings" type="System.Configuration.ConnectionStringsSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" requirePermission="false" />
                Line 16:     <section name="mscorlib" type="System.Configuration.IgnoreSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowLocation="false" />

    Source File: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\machine.config    Line: 14


    Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832
  •  08-23-2007, 12:05 PM 32777 in reply to 32775

    Re: Error with Machine.config

    Smartechs,
     
    You have a corrupted machine.config file.
     
    Open machine.config and replace "Systeformm" to "System".

     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  08-23-2007, 12:08 PM 32780 in reply to 32777

    Re: Error with Machine.config

    Thank you it just occurred to me.
View as RSS news feed in XML