hi
how i can use ILMerge for making my c# program portable?
you can see it's web site here and download it here
thanks

Recommended Answers

All 4 Replies

Not sure what you are asking here. ILMerge lets you package all your assemblies into one assembly. Did you mean you want to package the .NET assemblies too so that the end user doesn't need .NET installed? It would probably work but would be very large, and duplicate assemblies that might already exist on the users computer.

yes
i want make my program works without installing .net frame work i want it portable
size of program is not important

Then try it, not sure what I could tell you that isn't in the documentation.

C# is not particulary portable, even if you use Mono on *nix systems. Convert your code to C++ and it will become much more portable... Or at least compilable.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.