ILMerge for dotnet 1.1

Hi everyone,
I have been using ILMerge since dotnet 1.1 framework. Recently I formatted my hard drive and forgot to save a copy of the ILMerge.exe.
Thus, I went to the Microsoft website to download another copy. Now the ILMerge is 2.0 version which requires dotnet 2.0 to run. This is fine with me as I can download the dotnet 2.0 framework.
But when I use that tool to combine my executable with the rest of the dlls, I found out that the resulting executable requires dotnet 2.0 framework to run!
So is there any way I can use the new ILMerge v2.0 but the resulting executable requires only dotnet 1.1 framework? Of course, the easier answer is to find the ILMerge v1.0 but it is nowhere to be found in Microsoft site anymore.
Anyone with the ILMerge v1.0 that you can email to me?
[808 byte] By [firestorm79] at [2007-12-17]
# 1
I am in the exact same situation. Any luck finding the 1.1 version?

Todd

codingmonkey at 2007-9-8 > top of Msdn Tech,.NET Development,.NET Base Class Library...
# 2

ILMerge has always had the ability to "cross-compile", i.e., process input assemblies and produce output assemblies for runtimes other than the one in which it executes. So all you need to do is use the "/v1.1" option and the target assembly it produces will depend only on the v1.1 framework and not the v2.0 framework.

As you noticed, it does mean that to run ILMerge you must have the v2.0 .NET Framework installed on your machine.

Sorry for any problems this caused.

Mike

MichaelBarnett at 2007-9-8 > top of Msdn Tech,.NET Development,.NET Base Class Library...

.NET Development

Site Classified