我在Orchard 1.8中创建了我的模块,当在orchard 1.8.1中安装它时,我收到一个错误:
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0246: The type or namespace name 'Orchard' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 89: <add namespace="System.Web.Routing"/>
Line 90: <add namespace="System.Web.WebPages"/>
Line 91: <add namespace="Orchard.Mvc.Html"/>
Line 92: </namespaces>
Line 93: </pages>
错误是由ajax调用引起的。我已经检查过我使用的是与之前版本相同的jquery。任何想法为什么会这样开心呢?
答案 0 :(得分:0)
我发现了错误。它是在web.config中,因为我在同一个应用程序池中运行webapi我必须添加所以webapi doesent继承自Orchard。所以问题根本不在版本中。