【发布时间】:2013-04-20 15:15:40
【问题描述】:
我有一个自定义 Orchard 模块。它没有加载。我没有看到它被复制到 App_Data\Dependencies 或添加到 dependencies.xml。
它确实显示在仪表板的“模块”部分(我已启用它)。
我在 Orchard 错误日志中没有看到任何错误。
我已附加到 Orchard w3wp,但我在模块 bin 目录中的 dll 根本没有加载到 AppDoamin 中。
如何进一步解决此问题?
谢谢。
更新:
module.txt 在下面
Name: MyApp
Path: App
AntiForgery: disabled
Author: Me
Website: http://www.myapp.com
Version: 1.0.0
OrchardVersion: 1.6.0
Description: Module for Orchard
Category: Content
Dependencies:
此文件位于 Modules\MyApp。
有问题的 dll 位于 Modules\MyApp\bin\MyApp.Web.dll 中。
【问题讨论】:
标签: .net orchardcms orchardcms-1.6