Configuration Error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
I'm using C# Asp.NEt application. All of suddent it has started giving me erro
Can anyone tell me what might be the reaso
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: Server cannot read the machine-level configuration file 'c:\winnt\microsoft.net\framework\v1.0.3705\Config\machine.config'

Source Error:

[No relevant source lines


Source File: none Line: 0
 
Hi Das,

A wild guess (not that I actually have an idea) but are you sure the correct version of .Net Framework is installed? I noticed the error is referring to version 1.0, but 1.1 has been out for some time now. As far as I know installing 1.1 won't create the 1.0 directory, in which case there wouldn't be a machine.config file there either. I might be horribly wrong though.

Happy coding!
Morten Wennevik [C# MVP]
 
Back
Top