ExtAspNet和FineUI未将对象引用设置到对象的实例

时间:2016-03-29 10:05:48   收藏:0   阅读:360

要在web.config中加入

<configSections>
<section name="ExtAspNet" type="ExtAspNet.ConfigSection, ExtAspNet" requirePermission="false"/>
<section name="FineUI" type="FineUI.ConfigSection, FineUI" requirePermission="false" />
</configSections>

<FineUI DebugMode="true" />

<ExtAspNet EnableBigFont="true" DebugMode="true" EnableAjax="true"></ExtAspNet>

 

原文:http://www.cnblogs.com/xiaomen/p/5331741.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!