2 つのファイルをマージしようとしています。1 つは .net3.5 wpf アプリケーションで、もう 1 つはWPF 通知アイコン dllです。
次のコマンドを使用します。
IlMerge /target:winexe /out:PS.exe "PlayerSearcher.exe" "Hardcodet.Wpf.TaskbarNotification.dll"
しかし、結果アセンブリを起動すると、アプリケーションがこのエラーでクラッシュします
EventType : clr20r3 P1 : ps.exe
P2 : 1.0.0.0 P3 : 4c0ee52f P4 : presentationframework P5 : 3.0.0.0 P6 : 4938d608 P7 : 9a1 P8 : 46 P9 : system.io.ioexception
なんで?また、単一ファイルのアプリケーションを構築するにはどうすればよいですか?