尝试将CKsource CKFinder控件集成到Orchards CMS中。我已经用一个普通的非果园项目完成了这项工作,但我对果园CMS项目有困难。
当弹出Finder控件时,我收到以下javascript错误:
It was not possible to properly load the XML response from the web server.
Raw response from the server:
<%@ Page Language="c#" Inherits="CKFinder.Connector.Connector" Trace="false"
AutoEventWireup="false" %><%@ Assembly Name="AAA.CMS"%> <%@ Register
Src="../../../config.ascx" TagName="Config" TagPrefix="CKFinder" %> <%-- * CKFinder *
======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico
Knabben. All rights reserved. * * The software, this file and its contents are subject
to the CKFinder * License. Please read the license.txt file before using, installing,
copying, * modifying or distribute this file or part of its contents. The contents of
* this file is part of the Source Code of CKFinder. * * --- * This is the ASP.NET
connector for CKFinder. * * You must copy the CKFinder.Connector.dll file to your "bin"
directory or * make a reference to it in your Visual Studio project. --%>
我已验证我的Config.ascx是正确的。我可以访问js文件。甚至可以将ckfinder集成到Orchard模块中吗?