You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiled with .NET Framework 4.8 and tested on Windows 10 and Win Server 2022:
Unhandled Exception: System.TypeInitializationException: The type initializer for 'ForgeCert.Program' threw an exception. ---> System.IO.FileNotFoundException: Could not load file or assembly 'BouncyCastle.Crypto, Version=1.8.9.0, Culture=neutral, PublicKeyToken=0e99375e54769942' or one of its dependencies. The system cannot find the file specified.
at ForgeCert.Program..cctor()
--- End of inner exception stack trace ---
at ForgeCert.Program.Main(String[] args)
The text was updated successfully, but these errors were encountered:
Compiled with .NET Framework 4.8 and tested on Windows 10 and Win Server 2022:
Unhandled Exception: System.TypeInitializationException: The type initializer for 'ForgeCert.Program' threw an exception. ---> System.IO.FileNotFoundException: Could not load file or assembly 'BouncyCastle.Crypto, Version=1.8.9.0, Culture=neutral, PublicKeyToken=0e99375e54769942' or one of its dependencies. The system cannot find the file specified.
at ForgeCert.Program..cctor()
--- End of inner exception stack trace ---
at ForgeCert.Program.Main(String[] args)
The text was updated successfully, but these errors were encountered: