FineUI 官方论坛

标题: 为什么拉控件到页面就报错.具体不知道什么错误 [打印本页]

作者: 342314268    时间: 2014-11-20 15:12
标题: 为什么拉控件到页面就报错.具体不知道什么错误
<configSections>    <section name="FineUI" type="FineUI.ConfigSection, FineUI"/></configSections><pages>   

<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>




这些我都配置了。我下载的4.1.5版本。我引用了FineUI.ddl和Newtonsoft.Json.dll3.5的。但是我一拉控件到页面。就显示不了。也不知道具体什么错误。是不是我项目和FineUI冲突了呢。具体我是少了哪一步呢?求答案



<%@ Page Language="C#" AutoEventWireup="true" CodeFile="workplan.aspx.cs" Inherits="whir_system_ModuleMark_fineui_workplan" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <link href="extjs/res/ext-theme-neptune/all.css" rel="stylesheet" type="text/css" />
    <link href="extjs/res/css/ux.css" rel="stylesheet" type="text/css" />
    <script src="extjs/ext-part1.js" type="text/javascript"></script>
    <script src="extjs/ext-part2.js" type="text/javascript"></script>
    <script src="extjs/ext-theme-neptune.js" type="text/javascript"></script>
    <script src="extjs/lang/zh_CN.js" type="text/javascript"></script>
</head>
<body>
    <form id="form1" runat="server">
    <fageManager runat="server" />
    <f:Button runat="server" Text="Button" />
    </form>
</body>
</html>




作者: 342314268    时间: 2014-11-20 16:12
分析器错误

说明: 在分析向此请求提供服务所需资源时出错。请检查下列特定分析错误详细信息并适当地修改源文件。

分析器错误消息: 未能加载文件或程序集“Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed”或它的某一个依赖项。找到的程序集清单定义与程序集引用不匹配。 (异常来自 HRESULT:0x80131040)
作者: 342314268    时间: 2014-11-20 16:33
好吧。我用回4.0.5版本了。没有问题了!!!




欢迎光临 FineUI 官方论坛 (https://fineui.com/BBS/) Powered by Discuz! X3.4