Error with Machine.config

  •  08-23-2007, 11:56 AM

    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
View Complete Thread