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.
クラス ライブラリにいくつかのコードを含む winforms アプリがあります。winforms アプリは、クラス ライブラリとその dll を参照します。クラス ライブラリに変更を加えた場合、winforms アプリで dll を更新する最も効率的な方法は何ですか?
ありがとう
答えを簡単にするには、ビルド後のイベントを使用して、新しい DLL を Windows 実行可能フォルダーにコピーします。
別のオプション: ファイル参照の代わりにプロジェクト参照を使用すると、これらすべてが Visual Studio によって自動的に処理されます。