FineUI 官方论坛

标题: web.config提示:未能找到元素“ExtAspNet”的架构信息 [打印本页]

作者: szjazz    时间: 2012-11-30 14:42
标题: web.config提示:未能找到元素“ExtAspNet”的架构信息
生成解决方案时,提示生成成功,但点击打开web.config 文件时,在消息器下方显示: 未能找到元素“ExtAspNet”的架构信息。
网站可正常运行,但不知为何会有此提示?请大师们指点

本项目已引用:ExtAspNet、Newtonsoft.Json、SubSonic
  1. <?xml version="1.0"?>
  2. <configuration>
  3.   <configSections>
  4.     <section name="ExtAspNet" type="ExtAspNet.ConfigSection, ExtAspNet" requirePermission="false"/>
  5.   </configSections>
  6.   <!-- 可用的配置项(这里列的都是默认值): Language="zh_CN" AjaxTimeout="60" EnableAjax="true" Theme="blue" FormMessageTarget="qtip" FormOffsetRight="20" FormLabelWidth="100" FormLabelSeparator=":" IconBasePath="~/icon" EnableAjaxLoading="true" AjaxLoadingType="default" CustomTheme="" CustomThemeBasePath="~/theme" -->
  7.   <ExtAspNet EnableBigFont="true" DebugMode="false" />

  8.   <appSettings/>
  9.         <connectionStrings/>
  10.         <system.web>
  11.     <pages>
  12.       <controls>
  13.         <add assembly="ExtAspNet" namespace="ExtAspNet" tagPrefix="ext"/>
  14.         
  15.       </controls>

  16.     </pages>
  17.     <httpModules>
  18.       <add name="ExtAspNetScriptModule" type="ExtAspNet.ScriptModule, ExtAspNet"/>

  19.     </httpModules>
  20.     <httpHandlers>
  21.       <add verb="GET" path="res.axd" type="ExtAspNet.ResourceHandler, ExtAspNet"/>

  22.     </httpHandlers>

  23.     <compilation debug="true">
  24.                         <assemblies>
  25.                                 <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/></assemblies></compilation>
  26.                 <!--
  27.             通过 <authentication> 节可以配置
  28.             安全身份验证模式,ASP.NET
  29.             使用该模式来识别来访用户身份。
  30.         -->
  31.                 <authentication mode="Windows"/>
  32.                 <!--
  33.             如果在执行请求的过程中出现未处理的错误,
  34.             则通过 <customErrors> 节
  35.             可以配置相应的处理步骤。具体而言,
  36.             开发人员通过该节可配置要显示的 html 错误页,
  37.             以代替错误堆栈跟踪。

  38.         <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
  39.             <error statusCode="403" redirect="NoAccess.htm" />
  40.             <error statusCode="404" redirect="FileNotFound.htm" />
  41.         </customErrors>
  42.         -->
  43.         </system.web>
  44.   
  45. </configuration>
复制代码


作者: cxd    时间: 2014-4-23 18:03
为啥,没人回复呢




欢迎光临 FineUI 官方论坛 (https://fineui.com/BBS/) Powered by Discuz! X3.4