I used zedgrzph.dll in my application and after building, it works fine. I use Eazfuscator.NET for merging dll with application exe. After merging, I get warnning below from Eazfuscator.NET.
WARNING Assembly at file path "C:\Users\New folder\ZedGraph.dll" should be signed with a key to work properly after obfuscation. Please use 'key-file' or 'key-container' option. Alternatively, .snk key file can be placed near the input assembly and processed automatically.
Merging is done. But the application doesn't work. Acording to the warning, I think it needs to 'key-file' or 'key-container' or '.snk key' file. How can I find it? Thanks.