Wiley Publishing、Inc.が発行したScott Hanselmen、Phil Haack、RobConeryによるProfessionalASP.NET 3.5 MVCの第13章に従って、ASP.net 4WebフォームプロジェクトをAsp.netMVC4に変換しました(ISBN:978- 0-470-38461-9)。私もこのブログをフォローしました。これで、コントローラー、ビューなどを追加できます。すべての参照が適切に設定されています。ビルドエラーはありません。しかし、変換されたプロジェクトを起動すると、コンパイルエラーが発生しました。同じマシンにmvc3をインストールしています。私もそれへの参照を変更しました。それはまだ文句を言います。手伝ってくれる?ありがとう。
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: CS0234: The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
Source Error:
Line 109: <namespaces>
Line 110: <add namespace="System.Web.Helpers"/>
Line 111: <add namespace="System.Web.Mvc"/>
Line 112: <add namespace="System.Web.Mvc.Ajax"/>
Line 113: <add namespace="System.Web.Mvc.Html"/>
Source File: c:\Users\Jon\Documents\Visual Studio 2012\Projects\CMT\Apps\Branches\3.0\Web.config Line: 111