プロジェクトと 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ました。さらに、ファイルシステムに重複がないか手動でチェックしましたが、何も見つかりませんでした。
何が原因でしょうか?