Questions tagged [ilmerge]

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.

353 questions
0
votes
1 answer

DLL Not Found after using ILMerge

After screwing my head several times over with SQLite causing havok on some machines, I stumbled across a 'Managed Only' version of the library. http://sourceforge.net/projects/sqlite-dotnet2/files/SQLite%20for%20ADO.NET%202.0/1.0.66.0/ I got…
Chris Watts
  • 6,197
  • 7
  • 49
  • 98
-1
votes
1 answer

ILMerge doesn't work with .NET 1.1

I try to merge two .NET 1.1 assemblies and use them in app. Exception occurs during app compilation: Error 1 Metadata file 'c:\Source\ILMergeTest\App\Merged.dll' could not be opened -- 'Version 1.1 is not a compatible version.' …
Viktor
  • 164
  • 1
  • 14
-1
votes
2 answers

Multiple projects into single dll

Problem: We used CRM Plugin Registration Tool to update an assembly which was working fine before. We then started to get Could not load file or assembly "Project 1 version ....Culture.. PublicKeyToken..." Details: The assembly project referencing…
myth
  • 41
  • 6
-1
votes
1 answer

ILMerge assembly with spaces

I'm trying to use ILMerge to create a single executable to distribute and I'm having some difficulty because my application has spaces in the filename. It appears that ILMerge uses a space a delimiter to specify multiple input assemblies. This…
Chris
  • 733
  • 1
  • 5
  • 19
-1
votes
1 answer

How to merge a .DLL file into my VB Project

I am creating a video downloader and I have a .DLL file which helps me gather the video information from youtube etc. Now here lies the problem , when I run my program without the .DLL file it starts up an error screen and crashes, however when the…
user2839828
  • 15
  • 2
  • 9
-1
votes
1 answer

mscorlib.dll not merging with exe in C#

Okay, so I finished a .net program and I want it to be able to be distributed to those who don't have the .net framework / latest edition and to make it portable. I'm using the ILMerge Gui (http://ilmergegui.codeplex.com) but every time I add all…
Chris Altig
  • 680
  • 3
  • 8
  • 22
-1
votes
2 answers

How can i add vb.net dll into c# application

I have develop one application in C# windows in this i need to add vb.net dll files.I have try add dll files from source->add References.But,i am getting error **Could not find the dll files ** Because i am adding the dll files (assembly1 into…
Kiran Reddy
  • 1,055
  • 3
  • 12
  • 19
-3
votes
1 answer

ILMerge The assembly was not merged in correctly. It is still listed as an external... [Given solutions doesn't work]

I'm trying to merge few dlls into one dll. I'm using ILMerge. It was working properly, but after I've added new code and new dlls, it gives me an exception, while running ILMerge. The libraries are merging good. Only when I add my main dll, created…
mpaw
  • 45
  • 1
  • 8
1 2 3
23
24