build single file application

Posted by Neir0 on Stack Overflow See other posts from Stack Overflow or by Neir0
Published on 2010-06-08T22:16:18Z Indexed on 2010/06/08 22:22 UTC
Read the original article Hit count: 360

Filed under:
|
|
|

Hello. I am trying to merge two files. One of them is .net3.5 wpf application and other is WPF notify icon dll

i use the following command:

IlMerge /target:winexe /out:PS.exe "PlayerSearcher.exe" "Hardcodet.Wpf.TaskbarNotification.dll"

But when i launch result assebmly my application is crashed with this error

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

Why? And how i can to build a single file application?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET