I have created a backup console application (this is 32bit program running on .net 3.5 on windows 8 64bit) with these dlls:
7z(native) dll I have tried to merge them with ilmerge but program still asks dlls( Delimon.Win32.IO not found ) while startup.
Then I tried second solution: add dll's to resources & handle AssemblyResolve event, still same problem.
Any clue what is problem?.
I dont want any commercial solution.