Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
別の ASP.MVC アプリケーションでユーザー定義の ASP.NET MVC アプリケーション DLL を使用する方法は?
DLL がある場合は、それを bin ディレクトリに追加できます (Visual Studio プロジェクトの外部で、ファイル システムを介して行う必要がある場合があります)。
それを Bin ディレクトリに追加した後、それへの参照を追加できます (References ディレクトリ)。これを行うと、そのメソッドなどに完全にアクセスできるようになります。)