FineUI 官方论坛
标题:
升级到了FineUI,但出现错误
[打印本页]
作者:
sjxwb
时间:
2012-11-19 08:47
标题:
升级到了FineUI,但出现错误
只是两周前搭的一个环境,今早了用了FineUI控件,出现了未知的服务器控件错误。
作者:
sjxwb
时间:
2012-11-19 08:52
控件也拷过去了,引用也改了,工具箱也出现了, <x
anel ID="
anel1" 等也改了,Web.confi也改了。
作者:
sjxwb
时间:
2012-11-19 08:54
未知的服务器标记。
作者:
sanshi
时间:
2012-11-19 09:30
sjxwb 发表于 2012-11-19 08:54
未知的服务器标记。
把Web.config 和页面代码贴出来看看
作者:
GardeniaHong
时间:
2012-11-19 09:43
暂时还是不升级吧
作者:
sjxwb
时间:
2012-11-19 09:52
<?xml version="1.0"?>
<configuration>
<configSections>
<section name="FineUI" type="FineUI.ConfigSection, FineUI"/>
</configSections>
<!-- 可用的配置项(这里列的都是默认值)
anguage="zh_CN" AjaxTimeout="60" EnableAjax="true" Theme="blue" FormMessageTarget="qtip" FormOffsetRight="20" FormLabelWidth="100" FormLabelSeparator=":" IconBasePath="~/icon" EnableAjaxLoading="true" AjaxLoadingType="default" CustomTheme="" CustomThemeBasePath="~/theme" -->
<FineUI EnableBigFont="true" DebugMode="false"/>
<appSettings>
<add key="FCKeditor:BasePath" value="~/fckeditor/"/>
<add key="FCKeditor:UserFilesPath" value="~/Upload/"/>
<!--
<add key="FCKeditor:FolderPattern" value="%y%m%d"/>
<add key="FCKeditor:FilenamePattern" value="%guid.%extl"/>
-->
</appSettings>
<connectionStrings>
<add name="sqlconstr" connectionString="Max Pool Size=512;Data Source=dbserver;Initial Catalog=mis;Integrated Security=False;uid=sa;pwd=sa" providerName="System.Data.SqlClient"/>
</connectionStrings>
<system.web>
<pages>
<controls>
<add assembly="FineUI" namespace="FineUI" tagPrefix="ext"/>
</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">
<assemblies>
<add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
</assemblies>
<codeSubDirectories>
<add directoryName="VB"></add>
<add directoryName="CS"></add>
</codeSubDirectories>
</compilation>
<authentication mode="None"/>
</system.web>
</configuration>
作者:
sjxwb
时间:
2012-11-19 10:50
FineUI是好东西。我用的是VB,也中是偿试去做OA系统。对ASP.net也是不熟。
作者:
sanshi
时间:
2012-11-19 10:57
sjxwb 发表于 2012-11-19 09:52
...
如果在ASPX中使用:
<x:Panel ....
复制代码
那么Web.config中要修改:
<add assembly="FineUI" namespace="FineUI" tagPrefix="x"/>
复制代码
这两个是配套的
作者:
sjxwb
时间:
2012-11-19 11:00
成功了。非常感谢。
作者:
yxsyjin
时间:
2012-11-19 11:21
我暂时不更新组件,等版本号到了4.0以上我在更新
欢迎光临 FineUI 官方论坛 (https://fineui.com/bbs/)
Powered by Discuz! X3.4