|
根据官网给的空项目,我自己仿照着写一个试试,一直出现未将对象引用设置到对象的实例。还有就是在加载主页的时候那个加载图标一直不出来,ExtJS我项目文件中有;下面是报错的样子,就是那个图片没加载出来。
这个是我另外一个页面。
一直出现这个错误 未将对象引用设置到对象的实例
在论坛搜了很多,都试了,没用,求助。
这个是Web.config
- <?xml version="1.0" encoding="utf-8"?>
- <configuration>
- <configSections>
- <section name="FineUI" type="FineUI.ConfigSection, FineUI" requirePermission="false" />
- </configSections>
- <!-- 可用的配置项(这里列的都是默认值):
- Language="zh_CN"
- AjaxTimeout="120"
- EnableAjax="true"
- Theme="Neptune"
- FormMessageTarget="Qtip"
- FormOffsetRight="0"
- FormLabelWidth="100"
- FormLabelSeparator=":"
- IconBasePath="~/res/icon"
- EnableAjaxLoading="true"
- AjaxLoadingType="default"
- CustomTheme=""
- CustomThemeBasePath="~/res/theme"
- -->
- <FineUI DebugMode="false" />
- <appSettings />
- <connectionStrings />
- <system.web>
- <pages controlRenderingCompatibilityVersion="4.0" clientIDMode="AutoID">
- <controls>
- <add assembly="FineUI" namespace="FineUI" tagPrefix="f" />
- </controls>
- </pages>
- <httpModules>
- <add name="FineUIScriptModule" type="FineUI.ScriptModule, FineUI" />
- </httpModules>
- <httpHandlers>
- <add verb="GET" path="res.axd" type="FineUI.ResourceHandler, FineUI" validate="false" />
- </httpHandlers>
- <httpRuntime maxRequestLength="102400 " />
- <customErrors mode="Off" />
- <compilation debug="true" targetFramework="4.0" />
- <!--
- <authentication mode="Forms">
- <forms name=".ASPXFORMSAUTH" loginUrl="~/default.aspx" timeout="120" defaultUrl="~/main.aspx" protection="All" path="/"/>
- </authentication>
- <authorization>
- <deny users="?"/>
- </authorization>
- -->
- </system.web>
- <!--
- <location path="res.axd">
- <system.web>
- <authorization>
- <allow users ="*" />
- </authorization>
- </system.web>
- </location>
- -->
- <!-- IIS7集成管道模式
- <system.webServer>
- <modules>
- <add name="FineUIScriptModule" type="FineUI.ScriptModule, FineUI"/>
- </modules>
- <handlers>
- <add name="FineUIResourceHandler" verb="GET" path="res.axd" type="FineUI.ResourceHandler, FineUI" validate="false"/>
- </handlers>
- </system.webServer>
- -->
- </configuration>
复制代码 Hello.aspx页面就放了一个Button,还是无法运行,后台页面没有任何代码。
求大神帮助。
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
|