Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Web.config error about compliation
Message
 
 
To
All
General information
Forum:
ASP.NET
Category:
Installation, Setup and Configuration
Title:
Web.config error about compliation
Miscellaneous
Thread ID:
01085468
Message ID:
01085468
Views:
69
With VS.NET 2005 and .NET 2

When I open my web.config file, the editor gives an error.

*****
Warning 1 The element 'compilation' has invalid child element 'compilers'. List of possible elements expected: 'assemblies, buildProviders, codeSubDirectories, expressionBuilders'. C:\ecpvgh\Web.config 14 5 http://localhost/webecp/
*****

If refers to this section of the XML
	<compilation defaultLanguage="c#" debug="true">
			<compilers>
				<compiler language="c#" type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" extension=".cs" compilerOptions="/d:DEBUG;TRACE"/>
      </compilers>
    </compilation>
I didn't put that in there, I think VS.NET must have. Anyone know how to fix?
Next
Reply
Map
View

Click here to load this message in the networking platform