Question Configuration Error

liptonIcedTea

Well-known member
Joined
Jan 18, 2007
Messages
89
Programming Experience
1-3
Hi,

for some reason, when I run .net 2.0 applications, I'm getting this error

Server Error in '/test' 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: Unrecognized configuration section system.serviceModel.

Source Error:


Line 132: </roleManager>
Line 133: </system.web>
Line 134: <system.serviceModel>
Line 135: <extensions>
Line 136: <behaviorExtensions>


Source File: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\machine.config Line: 134


The thing is, I have not really done anything - this just popped up today. Now TFS doesn't connect in VS2005 and I can't load any websites in .NET 2.0.

Can anyone please tell me how I can fix this?
 
I had a look at all of them, but they were not suitable.

I ended up basically having to uninstall Visual Studio 2008 and it has worked since then.
 
Back
Top