モジュールを 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 を使用していることを確認しました。なぜこれが起こるのでしょうか?