FineUI 官方论坛

标题: 大家帮帮忙第一次使用,一直报 'Ext' 未定义 [打印本页]

作者: PPLU    时间: 2012-9-15 04:51
标题: 大家帮帮忙第一次使用,一直报 'Ext' 未定义
Microsoft JScript 运行时错误: 'Ext' 未定义

我的操作方法我用的是 vs2010:

1. 引用 ExtAspNet.dll
            Newtonsoft.Json.dll

2.  web.config 内容

  <?xml version="1.0"?>
<configuration>
  <configSections>
    <section name="ExtAspNet" type="ExtAspNet.ConfigSection, ExtAspNet" requirePermission="false"/>
  </configSections>
  <!-- 可用的配置项(这里列的都是默认值): 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" -->
  <ExtAspNet EnableBigFont="true" DebugMode="true"  Theme="blue" />
  <appSettings/>
  <connectionStrings/>
  <system.web>
    <!-- Net3.5以上的项目,一定要为pages节点加上这两个属性:controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID" -->
    <pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
      <controls>
        <add assembly="ExtAspNet" namespace="ExtAspNet" tagPrefix="ext"/>
      </controls>
    </pages>
    <httpModules>
      <add name="ExtAspNetScriptModule" type="ExtAspNet.ScriptModule, ExtAspNet"/>
    </httpModules>
    <httpHandlers>
      <add verb="GET" path="res.axd" type="ExtAspNet.ResourceHandler, ExtAspNet"/>
    </httpHandlers>
    <customErrors mode="Off"/>
    <compilation debug="true" targetFramework="4.0"/>
  </system.web>
</configuration>


3. 在页面中放入
PageManager 控件
一个  button控件 ,然后是一直报错,真不知道怎么用了,大家帮帮忙.


作者: 杜志彬    时间: 2012-9-22 05:13
用VS2010没问题的,是不是下面几句配置的问题。

    <httpHandlers>
      <add path="Res.axd" verb="GET" type="ExtAspNet.ResourceHandler, ExtAspNet" validate="false" />
    </httpHandlers>
    <httpModules>
      <add name="ScriptModule" type="ExtAspNet.ScriptModule, ExtAspNet" />
    </httpModules>

或者你直接把Example中的web.config拿到你的项目中测试,再一项项地比对是哪个地方出问题。
作者: 过往烟云    时间: 2012-10-25 00:49
你解决了吗




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