I am wondering if there any way that I could add the same Reference (DLL) but different version into the same Project?
I find a library online which can be use to generate PDF (GIOS.PDF). In order to get it work it has to use the older version of ICSharpCode.SharpZipLib.dll.
I have also use ICSharpCode.SharpZipLib for to build a zip method for the application, but using a newer version of ICSharpCode.SharpZipLib.dll.
I would be grateful, if you could give me some suggestion/advice.