0
Webアプリケーションをビルドするときに、次のエラーが発生します。ASP.NETのアセンブリリファレンス
The type or namespace name 'LoginViewModel' could not be found (are you missing a using directive or an assembly reference?)
public class _Page_Views_Account_Login_cshtml : System.Web.Mvc.WebViewPage<LoginViewModel>
私はAppDataで使用が定義されているファイルを開きます。私は持っています。
using Repository.Models;
これは、ビューモデルLoginViewModelの以前の場所です。 これはちょうどViewModelという別のプロジェクトです。 アプリケーションをビルドするたびに、古いものが表示されます。どこで設定できますか?