当前位置:编程学习 > C#/ASP.NET >>

web.config文档配置问题

警告如下:
Warning 1 The element 'compilation' has invalid child element 'compilers'. List of possible elements expected: 'assemblies, buildProviders, codeSubDirectories, expressionBuilders'.

我的web.config文件配置如下:
<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>
--------------------编程问答-------------------- 哎,我也一样你现在有没有解决呀
--------------------编程问答-------------------- warning可以不理它,只要编译能通过就ok了。
补充:.NET技术 ,  ASP.NET
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,