在尝试将 CKsource CKFinder 控件集成到 Orchards CMS 中。我已经用一个普通的非果园项目做到了这一点,但是在果园 CMS 项目中遇到了困难。
当弹出查找器控件时,我收到以下 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 模块中?