FineUI 官方论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

本论坛已关闭(禁止注册、发帖和回复)
请移步 三石和他的朋友们

FineUI首页 WebForms - MVC & Core - JavaScript 常见问题 - QQ群 - 十周年征文活动

FineUI(开源版) 下载源代码 - 下载空项目 - 获取ExtJS - 文档 在线示例 - 版本更新 - 捐赠作者 - 教程

升级到 ASP.NET Core 3.1,快、快、快! 全新ASP.NET Core,比WebForms还简单! 欢迎加入【三石和他的朋友们】(基础版下载)

搜索
查看: 7827|回复: 1
打印 上一主题 下一主题

web.config提示:未能找到元素“ExtAspNet”的架构信息

[复制链接]
跳转到指定楼层
楼主
发表于 2012-11-30 14:42:54 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
生成解决方案时,提示生成成功,但点击打开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>
复制代码

沙发
发表于 2014-4-23 18:03:23 | 只看该作者
为啥,没人回复呢
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|FineUI 官方论坛 ( 皖ICP备2021006167号-1 )

GMT+8, 2024-11-23 20:30 , Processed in 0.042383 second(s), 18 queries , Gzip On.

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表