【发布时间】:2015-03-19 14:51:11
【问题描述】:
我正在使用 orchard 1.8.1 并尝试安装主题 Bootstrap,它给了我以下错误。谁能帮我吗? 说明:执行当前 Web 请求期间发生未处理的异常。请查看堆栈跟踪以获取有关错误及其源自代码的位置的更多信息。
异常详细信息:System.InvalidOperationException:ValueFactory 试图访问此实例的 Value 属性。
Line 61: // Load the log4net thread with additional properties if they are available
Line 62: protected internal void AddExtendedThreadInfo() {
Line 63: if (_shellSettings.Value != null) {
Line 64: ThreadContext.Properties["Tenant"] = _shellSettings.Value.Name;
Line 65: }
【问题讨论】:
-
伙计们,如果您需要有关错误的更多详细信息,请告诉我,请修复它! @Puneet Goel
标签: asp.net-mvc content-management-system orchardcms