使用下面的代码,我有两个形状的结果: public ActionResult CompareRevisions(List<String> Ids)
{
contentItemLeft = // code to get a ContentItem
contentItemRight = // code to get a ContentItem
dynamic mod
我试图对模块进行更改。我无法让网站看起来反映这些变化。我想我可能会禁用该功能,并重新启用该功能,它会强制任何模块缓存发生重新加载模块。然而,它完全打破了网站,现在我甚至无法从orchard.exe命令行工具启用该功能。我收到了同样的错误。基本上Autofac抱怨说它无法找到属于该功能的类型。但是,如果该功能被删除,我不确定它仍在尝试加载的位置/原因。 例外: None of the constru