rukpat / PDFPasswordRemover

A Windows Explorer right-click context menu that helps remove passwords for PDFs in the selected folder.
MIT License
2 stars 0 forks source link

Could not load file or assembly 'ICSharpCode.SharpZipLib #1

Open zh3305 opened 1 week ago

zh3305 commented 1 week ago

install PDFPasswordRemoverWinx64Installer.exe then run

Enter the password for the PDF files:
Overwrite mode DISABLED. Files will be prefixed with '_decrypted'.

EXCEPTION: E800-DTU(Z2530-ETH-27)_UserManual_CN_v1.0.pdf (Exception Details: Could not load file or assembly 'ICSharpCode.SharpZipLib, Version=1.3.3.11, Culture=neutral, PublicKeyToken=1b03e6acf1164f73'. 系统找不到指定的文件。)

All PDF files processed!
Press ENTER key to continue...

image

rukpat commented 1 week ago

Installing ICSharpCode.SharpZipLib in Visual Studio Using NuGet Package Manager:

Manual Installation:

Additional Considerations:

On Fri, 15 Nov, 2024, 8:17 am XiangYang, @.***> wrote:

install PDFPasswordRemoverWinx64Installer.exe https://github.com/rukpat/PDFPasswordRemover/releases/download/v1.0.0/PDFPasswordRemoverWinx64Installer.exe then run

Enter the password for the PDF files: Overwrite mode DISABLED. Files will be prefixed with '_decrypted'.

EXCEPTION: E800-DTU(Z2530-ETH-27)_UserManual_CN_v1.0.pdf (Exception Details: Could not load file or assembly 'ICSharpCode.SharpZipLib, Version=1.3.3.11, Culture=neutral, PublicKeyToken=1b03e6acf1164f73'. 系统找不到指定的文件。)

All PDF files processed! Press ENTER key to continue...

— Reply to this email directly, view it on GitHub https://github.com/rukpat/PDFPasswordRemover/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMCIPPLEZHYZVHHSPFHTL532AWNXXAVCNFSM6AAAAABR2RZZKWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGY3DCMBUG43DKMY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

rukpat commented 1 week ago

install PDFPasswordRemoverWinx64Installer.exe then run

Enter the password for the PDF files:
Overwrite mode DISABLED. Files will be prefixed with '_decrypted'.

EXCEPTION: E800-DTU(Z2530-ETH-27)_UserManual_CN_v1.0.pdf (Exception Details: Could not load file or assembly 'ICSharpCode.SharpZipLib, Version=1.3.3.11, Culture=neutral, PublicKeyToken=1b03e6acf1164f73'. 系统找不到指定的文件。)

All PDF files processed!
Press ENTER key to continue...

image

You are missing the library:

Install as follows:

Installing ICSharpCode.SharpZipLib in Visual Studio Using NuGet Package Manager:

Manual Installation:

Additional Considerations:

If you are using something else. Please ask your favourite GenAI.