Statically linking dependency assemblies
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
Hi Friends I have a console application that produce assembly in .EXE. This app has some dependency assemblies which it reference in the project. Now i want to give my client only the .EXE file. So i want to statically link the dependency assemblies in this .EXE . The Assembly Linker tool(al.exe) only links the modules or the resource files. Any pointer and idea is most welcome. Thanx a lot Naveen