Top "Ilmerge" questions

ILMerge is a utility for merging multiple .NET assemblies into a single .NET assembly.

How do I use ILMerge with .NET 4.5 in AfterBuild?

We want to upgrade our solution with several projects to .NET 4.5. We already use Visual Studio 2012. We use ILMerge to …

.net msbuild visual-studio-2012 .net-4.5 ilmerge
Compile a C# project into one dll

I have a base project that feeds two different projects. I want to be able to have the primary project …

.net visual-studio-2010 ilmerge
ILMerge DLL: Assembly not merged in correctly, still listed as an external reference

In the build process for a .NET C# tool, I have been using ILMerge to merge the assemblies into a …

c# build-process assemblies ilmerge
How to use ilMerge to merge dll’s into an exe file?

I tried: C:\Windows\System32>ilmerge /target:winexe /out:c:\output.exe c:\MyProgram.exe c:\Microsoft.WindowsAPICodePack.dll …

ilmerge windows-api-code-pack
ILMerge generated assembly doesn't run, although log output reports no errors - why is this?

I'm testing out ILMerge for a new project, and although the .exe file seems to be created correctly, it won't …

.net ilmerge
Serious trouble with ILMerge and .NET 4.0

For the life of me, I can't seem to get my .NET 4 application merging properly with ILMerge. Even after setting /…

.net wpf .net-4.0 ilmerge
ILMerge.Merge: ERROR!!: Duplicate type found in assembly

I'll make this as simple as I can, if you need any more info please let me know. I downloaded …

.net .net-4.5 post-build-event ilmerge
In a VS Setup project, how can I exclude the dependencies of a project from the MSI?

I'm working in C#. I have a small VS Solution with 4 projects: a DLL an EXE that references the DLL …

visual-studio installation ilmerge
merging .dll files with ILMerge failing to work

First of all, I'm not sure if this is a problem with ILMerge or not, but I can't merge.dll …

c# dll merge ilmerge
Build With ILMerge Error

Has anyone had this error with IlMerge? I am trying to merge a few assemblies for a .NET project using …

.net msbuild build ilmerge