FineUI 官方论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

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

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

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

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

搜索
查看: 3792|回复: 4
打印 上一主题 下一主题

appbox发现创建控件时出错?

[复制链接]
跳转到指定楼层
楼主
发表于 2013-3-29 09:05:43 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
设计时错误提示如下:

bin目录文件如下:

web.config如下:
<?xml version="1.0"?>
<configuration>
        <configSections>
                <section name="FineUI" type="FineUI.ConfigSection, FineUI" requirePermission="false"/>
                <section name="SubSonicService" type="SubSonic.SubSonicSection, SubSonic"/>
        </configSections>
        <appSettings/>
        <connectionStrings>
                <clear/>
                <add name="Default" connectionString="assword=wjzxglersist Security Info=True;User ID=sa;Initial Catalog=QLLX;Data Source=."/>
        </connectionStrings>
        <!-- 可用的配置项(这里列的都是默认值): Language="zh_CN" AjaxTimeout="60" EnableAjax="true" Theme="blue" FormMessageTarget="qtip" FormOffsetRight="20" FormLabelWidth="100" FormLabelSeparator=":" IconBasePath="~/icon" EnableAjaxLoading="true" AjaxLoadingType="default" -->
        <FineUI EnableBigFont="true" DebugMode="true" AjaxLoadingType="Default"/>
        <SubSonicService defaultProvider="Default">
                <providers>
                        <clear/>
                        <add name="Default" type="SubSonic.SqlDataProvider, SubSonic" connectionStringName="Default" generatedNamespace="AppBox"/>
                </providers>
        </SubSonicService>
  <!-- Net3.5以上的项目,一定要为pages节点加上这两个属性:controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID" -->
        <system.web>
                <pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
                        <controls>
                                <add assembly="FineUI" namespace="FineUI" tagPrefix="x"/>
                        </controls>
                </pages>
                <httpModules>
                        <add name="FineUIScriptModule" type="FineUI.ScriptModule, FineUI"/>
                </httpModules>
                <httpHandlers>
                        <add verb="GET" path="res.axd" type="FineUI.ResourceHandler, FineUI"/>
                </httpHandlers>
                <compilation debug="true" targetFramework="4.0"/>
                <customErrors mode="Off"/>
                <!--
            通过 <authentication> 节可以配置 ASP.NET 用来识别进入用户的安全身份验证模式。
        -->
                <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>
        <location path="icon">
                <system.web>
                        <authorization>
                                <allow users="*"/>
                        </authorization>
                </system.web>
        </location>
        <location path="res">
                <system.web>
                        <authorization>
                                <allow users="*"/>
                        </authorization>
                </system.web>
        </location>
</configuration>


本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
沙发
发表于 2013-3-29 09:58:11 | 只看该作者
看下FineUI.dll的属性,看版本是多少,至少要是FineUI v3.2.3

重新编译项目,然后重新打开VS试下
板凳
发表于 2013-3-29 09:59:43 | 只看该作者
地板
 楼主| 发表于 2013-3-30 00:43:21 | 只看该作者
啥也没动,今天莫名其妙的好了。。。
5#
发表于 2013-3-31 03:05:37 | 只看该作者
嗯,有时重启下VS就好了
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

GMT+8, 2024-4-29 03:13 , Processed in 0.048196 second(s), 18 queries , Gzip On.

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

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