Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Web.config error about compliation
Message
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Installation et Configuration
Titre:
Web.config error about compliation
Divers
Thread ID:
01085468
Message ID:
01085468
Vues:
68
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?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform