FineUI 官方论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

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

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

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

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

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

” 未将对象引用设置到对象的实例“的问题,菜鸟求教

[复制链接]
跳转到指定楼层
楼主
发表于 2013-9-12 11:20:44 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
刚刚新建一个工程,按照这上面做的(ExtAspNet秘密花园(二) — 一切从头开始)http://www.cnblogs.com/sanshi/archive/2012/02/12/2347789.html#commentform,但是运行的时候出现了下面这样的问题,请问是什么原因啊?求大神帮帮忙啊,急!
Server Error in '/' Application.
Object reference not set to an instance of an object.                                      Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.            

             Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

            Source Error:

            
                      An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.                  
            
            Stack Trace:

            
                      [NullReferenceException: Object reference not set to an instance of an object.]   ExtAspNet.GlobalConfig.GetFormLabelSeparator() +21   ExtAspNet.PageManager.get_FormLabelSeparator() +86   ExtAspNet.Field.get_LabelSeparator() +70   ExtAspNet.Field.OnFirstPreRender() +537   ExtAspNet.TextField.OnFirstPreRender() +34   ExtAspNet.RealTextField.OnFirstPreRender() +18   ExtAspNet.TextBox.OnFirstPreRender() +16   ExtAspNet.ControlBase.OnPreRender(EventArgs e) +232   System.Web.UI.Control.PreRenderRecursiveInternal() +83   System.Web.UI.Control.PreRenderRecursiveInternal() +168   System.Web.UI.Control.PreRenderRecursiveInternal() +168   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +974                  
            
            

            Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18044              

来自 2#
 楼主| 发表于 2013-9-12 14:04:04 | 只看该作者
本帖最后由 dzyhenry 于 2013-9-12 14:05 编辑

后来在webconfig的<configuration>标签下面添加了这几行就行了:
  1. <configSections>
  2.     <section name="ExtAspNet" type="ExtAspNet.ConfigSection, ExtAspNet" requirePermission="false"/>
  3.   </configSections>
  4.   <ExtAspNet EnableBigFont="true" DebugMode="true" EnableAjax="true"></ExtAspNet>
复制代码
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

GMT+8, 2024-11-24 11:54 , Processed in 0.044304 second(s), 20 queries , Gzip On.

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

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