'Why FASM.dll not merging with program?

I would like to merge my program, yet the same error pops up every time:

An exception occurred during merging:
ILMerge.Merge: Could not load assembly from the location 'C:\Users\user\source\repos\blazingsh.it\blazingsh.it\bin\Release\FASM.dll'. Skipping and processing rest of arguments.
   at ILMerging.ILMerge.Merge()
   at ILMerging.ILMerge.Main(String[] args

At first I thought the FASM.dll file was unnecessary and threw it away, but after running the combined files the program kept crashing. This FASM.dll file is responsible for injecting dll files from computer into processes, I used it from github "https://github.com/Reloaded-Project/Reloaded.Injector". I wrote an e-mail to the owner of this assembly but he still does not write me back. That is why I am asking for help here. Many times this site helps when there is an error but this one is really special. Greetings.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source