Exitos
Exitos

Reputation: 29720

Why is this ilmerge command not working?

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....

Upvotes: 6

Views: 812

Answers (1)

Garo Yeriazarian
Garo Yeriazarian

Reputation: 2533

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

Upvotes: 1

Related Questions