我想這樣的設置:如何更改.NET中引用的加載路徑?
+- /ApplicationFolder
-- App.exe
-- Core.dll
-- AnotherShared.dll
+- /PluginsFolder
-- plugin1.dll
-- plugin2.dll
但因爲Core.dll和Shared.dll plugin1.dll引用當我編譯應用程序,它滴「Copy.dll」和「Shared.dll副本「以插入文件夾以及如果我刪除它不再工作。
我該如何解決這個問題?
我使用MEF,我我會嘗試弄清楚如何在MEF中執行此操作 – 2009-04-30 11:16:41