Hello,
I have used ILMerge tool to merge the multiple dlls into one. The dlls were merged successfully and the out file was also dll.
But when i am using this dll with other application, it is giving me error with Resources.
The resources are there in same assembly, with build action None.
Like :
The resource file is Expression.xml in Resources folder with build action None.
Then after merging...