プロジェクトと MVC 5 ベースのソリューションがClient
ありData
ます。_ViewSwitcher
モバイルとデスクトップのブラウザーにサービスを提供したいので、パーシャルが含まれています。ホームページで ViewSwitcher のMobile view
リンクをクリックすると、次の例外が発生します。
Multiple types were found that match the controller named 'ViewSwitcher'....
The request for 'ViewSwitcher' has found the following matching controllers:
PayCaddy.Data.Controllers.ViewSwitcherController
PayCaddy.Client.Controllers.ViewSwitcherController
'ViewSwitcher', and found only one .cs result, in the
私は、用語(単語全体ではない) .Client project, and three results in
_Layout.Mobile.cshtml _ViewSwitcher.cshtml`のすべてのファイルでソリューション全体の検索を行いand
ました。さらに、ファイルシステムに重複がないか手動でチェックしましたが、何も見つかりませんでした。
何が原因でしょうか?