ILMerge is a utility for merging multiple .NET assemblies into a single .NET assembly. It works on executables and dlls alike. It comes with several options for controlling the processing and format of the output.

learn more… | top users | synonyms

0
votes
2answers
92 views

Target .Net 4.0 when using Windows 8 / VS2012

I am having some issues building a merged DLL to target .net4.0 on a windows 8 machine. I can successfully build individual .net4.0 dlls in VS2012 so I do not have this problem: Targeting .NET 4.0 in ...
0
votes
0answers
47 views

ILMerge on plugin solution

We have a plugin based framework and each of our modules are contained in a plugin folder. Each plugin adds more functionality to our product. The problem is some of the modules have 2+ assemblies and ...
5
votes
2answers
194 views

Executable fails with weird exception

I am using ILMerge and Quartz.NET in a C# .NET 4.0 Windows Service application. The app runs fine without using ILMerge, but now that we're nearing shipping release, I wanted to combine all DLLs into ...
0
votes
1answer
70 views

C# Single-Assembly Multilanguage App - Resources not being loaded properly

I´m developing a simple C# .NET 4.0 application, and want to have it localized in several languages. However, the satellite assemblies created for localization (i.e. the de/MyApp.resources.dll) would ...
0
votes
0answers
39 views

Using ILMerge for combining assemblies

I have written a Visual Basic.net application and am currently using a .DLL that I have created myself. I have read online that it is possible to use ILMerge to combine two assemblies together. Can I ...
0
votes
1answer
35 views

Nancy Module Autodiscovering not Working after ILMerge

Whe i run my Nancy selfhosted Application in Visual Studio everything works as expected but when i use ILMerge to create a allInOne.exe I just get 404s on every Url. Thats the ILMerge command: ...
0
votes
0answers
29 views

ILMerge and Deployment

I have now completed my project and have deployed it successfully, however, i have some ilmerge and obfuscator post build commands that run successfully (I assume, as there are no errors). However, ...
0
votes
0answers
39 views

msbuild (VS2012) / IlMerge in combination with System.Data.SqlServerCe

Trying to make a small .exe that IlMerges the System.Data.SqlServerCe.dll. Sql Server CE is retrieved via NuGet and is placed in a directory location that have 5 other assemblies also being IlMerged ...
0
votes
0answers
72 views

ILMerge - breaking reflection?

I have been running into a problem lately (not noticed before) where merging 2 assemblies results in one or more types that have 'lost' their base type (System.Object) - breaking any attempt at using ...
2
votes
1answer
83 views

ILMerge Error Windows Phone 8 Unresolved assembly reference

I am trying to merge some .net assemblies for Windows Phone 8 using ILMerge.exe (2.12.0803). On their own all assemblies work fine. I can successfully merge assembles which do not contain references ...
1
vote
1answer
165 views

Merging multiple C# dlls into one and exporting the merged dll for use in another project

I have a large solution in C# for Windows Phone 8 (VS 2012 Pro) composed of 12 projects which uses IsolatedStorage and several external libraries such as Newtonsoft.JSON, RestSharp, Unity for ...
0
votes
0answers
47 views

How to use ILMerge with ASP.Net Web Forms

I've successfully used ILMerge with C# Windows Forms. I'm totally clueless on how to use ILMerge with web forms. I quite understand the process on how to trigger a merge using a Post-Build macro ...
0
votes
0answers
45 views

MSBuild Community Tasks - ILMerge invalid command line switch path1

I am trying to use ILMerge in a C# project file to combine some dlls into a single dll (for various reasons). I have downloaded MSBuild Community Tasks from https://github.com/loresoft/msbuildtasks, ...
0
votes
1answer
63 views

Merge C# assemblies and create a nuget package

I have a solution that generates DLLs. There are good reasons to have multiple DLLs and I can not just combine all of the dll projects into one, so I am using ilmerge to generate a single DLL as my ...
0
votes
1answer
116 views

Running ILMerge tool using .NET 4 on Windows 8

We are running ILMerge as a post build step and having problems when building on a Windows 8 machine. ILMerge.exe is a .NET 2 application so should be able to be loaded/hosted within the .NET 4 ...
0
votes
0answers
49 views

Using WebDeploy with ILMerge

I have a requirement that needs to deploy a website project through WebDeploy and all of the assemblies it consumed (in-house or enterprise library) has to be merged into 1 assembly through ILMerge. ...
1
vote
1answer
133 views

Getting Basic ILMerge Case Working

I am trying to get a basic VS 2012 project working with ILMerge, so I can eventually move up to more complicated examples (and eventually be able to use it with my real project). Currently I have a ...
1
vote
1answer
159 views

Is it possible to internalize Castle Project's DynamicProxy classes using ILMerge?

I have a .NET library that internally has a dependency on Castle.Core.dll, since I use Castle's DynamicProxy (specifically, an "interface proxy without target") to perform interception of method calls ...
5
votes
1answer
104 views

Void System.Threading.Monitor.Enter Error when using ILMerge

I'm trying to use ILMerge to combine my C# program with 3 referenced DLL's. If I run the program without merging them, everything runs well but when I merge them I get the "Void ...
0
votes
0answers
38 views

Caliburn Micro and ILmerge

I have a wpf application which uses Caliburn Micro. It uses several dlls which I wrote and the application works well. When I try to use ILmerge, I can merge the exe with all dlls, but then when I ...
3
votes
3answers
284 views

Visual Studio Rebuilds unmodified projects

So, as the title reads, I have a VS2010 solution with ~50 projects in it right now. If I make a change to a "top level" project that nothing references then VS still rebuilds all 50 projects. I'm ...
0
votes
1answer
233 views

How to use ilMerge to merge dll into an exe file? [duplicate]

Possible Duplicate: Merging .dll with .exe Okay, so... I have all the files of ilmerge, along with the .exe (CabalMain.exe) and the dll (crckd.dll) in one path. C:\Program Files ...
0
votes
1answer
166 views

Merging .dll with .exe

I'm trying to merge CabalMain.exe with crckd.dll I downloaded ilmerge, and went into >Program giles (x86)>Microsoft > Ilmerge I then did this. C:\Program Files (x86)\Microsoft\ILMerge>ilmerge ...
2
votes
3answers
104 views

Is it possible to only merge a subset of dependencies using ILMerge?

I'm trying something exploratory: Say I have a library "coolproject" and it has dependencies to one.dll, two.dll, and three.dll. I would like to use ILMerge to combine coolproject with one.dll and ...
7
votes
2answers
245 views

Using ILMerge with log4net is causing “inaccessible due to protection level” error

I created a wrapper class for the initialization of my log4net logging objects in order to make it easier to establish custom properties in the ThreadContext. This occurs within a class library that I ...
0
votes
1answer
144 views

Using ILMerge with NuGet

We have a core.dll which is a separate solution, this is in subversion. Whenever we update to the svn, bamboo creates a nupkg for us. The problem is that in the projects that we use the core, every ...
4
votes
1answer
715 views

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 merge the assemblies to a single EXE. Our current .csproj file for the main ...
0
votes
1answer
47 views

ILMerge Command Error

Error: Cant find the target platform directory Following is the error in am getting , I am vs 2010 with .net 4.5 on windows xp. I am using ILMerge first time. Following Picture has query ...
4
votes
4answers
105 views

Does Internal class becomes private when merged with tools like ILMerge or SmartAssembly?

Lately i found a few tools that allow the .Net Library to be merged withing the windows application, Now the real question is how does the behavior of the library changes, Does the internal class ...
4
votes
1answer
187 views

How to merge F# and C# assemblies with ILMerge so that all types would be available when referenced?

I have a solution with many F# and C# projects. My goal is to merge them all to one library using ILMerge. Resulting merged dll will be put in a NuGet package and referenced in other projects. ...
1
vote
5answers
255 views

Java String Array Mergesort

Hi all I wrote a mergesort program for a string array that reads in .txt files from the user. But what I want to do now is compare both files and print out the words in file one and not in file two ...
0
votes
2answers
128 views

How to install ILMerge on 64 bit Windows7

Running the ILMerge.msi (version 2.12.0803) on my 64 bit Windows 7 SP1 machine with .NET 4.0 fails & puts up an error dialog reading "This setup requires the .NET Framework version . Please ...
-1
votes
1answer
57 views

Console application no more console after ILMerged

I am using ILMerge to merge the used libraries for a console application. After its merged, the resulting exe just finishes execution in a second and runs in the background(does not show its output ...
0
votes
1answer
99 views

Embedding\Merging .NET v1 Assemblies on .NET v4+ Assembly

I have a C# library with some assemblies developed by us and some third-party o I need put everything in a single assembly file. When I try to merge everything using ILMerge I got the following ...
0
votes
1answer
91 views

MSCRM Dll ILMerge

can i merge(ILMerge) .net framework version 4.0 dll with 3.5. I need a merged version dll in 3.5 as my mscrm 4.0 plugin will only supports 3.5 version.
5
votes
2answers
99 views

Any way to get VS (2010) to accept PDBs after using ILMerge/Costura to combine assemblies?

This question has pertinence beyond my own case because anyone who has a localized application and has to deliver a standalone EXE has this problem-- they will want to use ILMerge (or Costura or some ...
0
votes
0answers
95 views

ilmerge. register activex and assembly

i made a program in vb.net framework 2 that copy some dll com and register it. and some dll interop and register the assembly. When i compile the program vs2010 generates 1 file exe and 2 files dll. ...
0
votes
1answer
178 views

Couldn't find the final merged executable file location for ILMerge

For past few days, I had been struggling with Merging assemblies inside a single executable file. So that I can distribute the single executable file to my users. I found out ILMerge to do this apart ...
0
votes
1answer
114 views

What are the advantages of merging multiple .NET assemblies into one?

I've seen discussions of techniques to merging multiple assemblies into one (e.g. ilmerge). I am scratching my head on why does one want to do so. Is there any reason other than the obvious "one file ...
1
vote
2answers
144 views

ILMerge & Keep Assembly Name

I need to merge some dlls and both the file name and assembly name need to be the same as for my main dll (mydll.dll). I also need the pdb file. How do I get this done? Here are a few things I tried: ...
-3
votes
1answer
189 views

Using Ilmerge to combine multiple dlls in .NET [closed]

Please how can I combine multiple dlls into one using ILMerge.
0
votes
1answer
54 views

Using ILMerge but retaining namespaces

Is it possible to merge a couple of assemblies via ILMerge and retain the initial namespaces of all libraries? Thanks for any feedback.
1
vote
4answers
633 views

Understanding IlMerge - how to pack an executable with all it's associated dll's

I know I'm not the first person to ask this question on Stack Overflow and I'm sure I won't be the last. But, after spending hours researching how to do this and then physically trying to do it, I'm ...
0
votes
1answer
156 views

Merge references into output .dll C#

I've trying to do this lately without sucess, I would appreciate new feedback to help me clarify things. My project has the following structure. References: DocX.dll PDFClown.dll PdfSharp-WPF.dll ...
0
votes
1answer
222 views

modify .net project-reference properties

I am developing an application (C#) which would read the project properties/references (and their properties) from multiple csproj files, and modify their values. However, the Reference properties ...
6
votes
2answers
992 views

Nant build using .NET 4.5 (Beta) assembly references despite specifying “net-4.0”

After installing .Net 4.5 Beta, the output of my Nant build fails with: "could not load type 'System.Runtime.CompilerServices.ExtensionAttribute' from assembly 'mscorlib, Version=4.0.0.0, ...
5
votes
5answers
2k views

How to compile all files to one exe?

I wrote a project in C# that uses a lot of images, Milk models and openGL and i want to pack everything in one exe so i can upload it to my site. Right now i got an exe that is depended on other files ...
1
vote
2answers
675 views

ILMerge assembly not merged in correctly

I am using ILMerge version 2.11.1103.0 to merge 4 DLL's into a new assembly. Assuming they are called A, B, C, and D, their relationships are as follows: B -> A C -> A D -> A D -> C ...
0
votes
0answers
97 views

TypeAccessException while xml serializing a type in dynamic (merged) assembly

I use ILMerge to merge two assemblies which have some user defined classes, say A and B. In the merged assembly, both these classes are public. I give this merged assembly to another module and that ...
2
votes
0answers
135 views

Creating signed library with ILMerge throwing exception

I'm trying to create a merged version of FakeItEasy that includes Castle.Core. I read about ILMerge and it seemed like it was the solution I needed. After downloading and building FakeItEasy I copied ...

1 2 3 4