我正在使用Visual Studio Express 2013在C#中創建程序。我正在使用Ionic.zip(dotnetzip)。當我從.../bin/release目錄或從Visual Studio運行它時,它運行得非常好。當最終用戶在他們的計算機上,或者我從另一個位置運行它,當它試圖使用ionic.zip要執行的操作,它與以下異常System.IO.FileNotFoundException在用戶計算機上運行時未找到引用
System.IO.FileNotFoundException: Could not load file or assembly 'Ionic.Zip, Version=1.9.1.8, Culture=neutral, PublicKeyToken=edbe51ad942a3f5c' or one of its dependencies. The system cannot find the file specified.
File name: 'Ionic.Zip, Version=1.9.1.8, Culture=neutral, PublicKeyToken=edbe51ad942a3f5c'
崩潰,我完全不知道如何解決這個問題,並且在過去的3天裏一直在研究如何取得成功。任何幫助將不勝感激。
謝謝, 詹姆斯
謝謝。太棒了。我會假定被引用的dll被打包到exe文件中:/ – therimmer96