Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why is this ilmerge command not working?

Tags:

c#

ilmerge

Ive got this ilMerge command:

"C:\Repositories\trunk\utilities\ILMerge\ILMerge.exe" /targetplatform:v4,C:\Windows\Microsoft.NET\Framework\v4.0.30319 /closed /target:winexe /ndebug /out:C:\TestReferences\TestReferences_Merged.exe "C:\TestReferences\TestReferences\bin\Release\TestReferences.exe"

And there are no references but even when there are the compiled .exe just does not run. Even though this command works on all my other projects....

like image 478
Exitos Avatar asked Mar 18 '11 12:03

Exitos


1 Answers

Is this a WPF application? According to the ILMerge site, they can't merge WPF assemblies.

like image 105
Garo Yeriazarian Avatar answered Sep 24 '22 15:09

Garo Yeriazarian