receive this error all of a sudden:
Module: ThunderFileRouter
Procedure: ConnectAdminFTP
Error Message: Method not found: 'Void System.Security.Cryptography.KeyedHashAlgorithm.Finalize()'.
Error Source: edtFTPnetPRO
Error Target: a
Error Stack Trace: at et.a(cr A_0)
at am.a(BaseSocket A_0)
at am.g()
at EnterpriseDT.Net.ftp.Ssl.SSLFTPClient.Auth(SSLFTPSSLVersion sslVersion, Boolean secureDataChannels)
at EnterpriseDT.Net.ftp.Ssl.SSLFTPClient.Auth(SSLFTPSSLVersion sslVersion)
at EnterpriseDT.Net.ftp.SecureFTPConnection.SecureConnection()
at EnterpriseDT.Net.ftp.SecureFTPConnection.Connect()
at CLPThunderFileRouter.ThunderFileRouter.ConnectAdminFTP() in C:\Dotnet\Projects\CLPThunderFileRouter\CLPThunderFileRouter\ThunderFileRouter.vb:line 93
here is the debug log:
DEBUG [LicenseProperties] 26 Aug 2008 11:30:10.721 : Looking for subkey Software\Enterprise Distributed Technologies\edtFTPnet PRO (fallback )
DEBUG [LicenseProperties] 26 Aug 2008 11:30:10.721 : Found license subkey Software\Enterprise Distributed Technologies\edtFTPnet PRO
DEBUG [LicenseProperties] 26 Aug 2008 11:30:10.721 : Looking for subkey Software\Enterprise Distributed Technologies\edtFTPnet PRO (fallback )
DEBUG [LicenseProperties] 26 Aug 2008 11:30:10.721 : Found license subkey Software\Enterprise Distributed Technologies\edtFTPnet PRO
DEBUG [LicenseProperties] 26 Aug 2008 11:30:10.721 : Looking for subkey Software\Enterprise Distributed Technologies\edtFTPnet PRO (fallback )
DEBUG [LicenseProperties] 26 Aug 2008 11:30:10.721 : Found license subkey Software\Enterprise Distributed Technologies\edtFTPnet PRO
DEBUG [LicenseProperties] 26 Aug 2008 11:30:10.721 : Looking for subkey Software\Enterprise Distributed Technologies\edtFTPnet PRO (fallback )
DEBUG [LicenseProperties] 26 Aug 2008 11:30:10.721 : Found license subkey Software\Enterprise Distributed Technologies\edtFTPnet PRO
INFO [LicenseProperties] 26 Aug 2008 11:30:13.706 : Licence expiry date: 12/31/9999
INFO [LicenseProperties] 26 Aug 2008 11:30:13.706 : Production license
DEBUG [FTPConnection] 26 Aug 2008 11:30:13.706 : Set LocalDirectory='C:\Dotnet\Projects\CLPThunderFileRouter\CLPThunderFileRouter\bin\Debug'
INFO [LicenseProperties] 26 Aug 2008 11:30:13.706 : Licence expiry date: 12/31/9999
INFO [LicenseProperties] 26 Aug 2008 11:30:13.706 : Production license
DEBUG [SSLFTPClient] 26 Aug 2008 11:30:13.706 : Connecting to xxxx
DEBUG [HostNameResolver] 26 Aug 2008 11:30:13.706 : xxxx resolved to xxxx
DEBUG [SSLFTPControlSocket] 26 Aug 2008 11:30:13.706 : waitOnShutdownSSL=True
DEBUG [ExFTPControlSocket] 26 Aug 2008 11:30:13.722 : Connecting directly to ftp-server xxxx
DEBUG [FTPControlSocket] 26 Aug 2008 11:30:13.722 : Setting socket timeout=120000
DEBUG [SecureSocket] 26 Aug 2008 11:30:13.722 : Set timeout=120000
DEBUG [SecureSocket] 26 Aug 2008 11:30:13.722 : Set timeout=120000
DEBUG [FTPControlSocket] 26 Aug 2008 11:30:13.722 : Command encoding=System.Text.ASCIIEncoding
DEBUG [ExFTPControlSocket] 26 Aug 2008 11:30:13.722 : Created control-socket: SocksContext=, ProxySettings=NoProxy, RemoteHost= xxxx, controlPort=21, timeout=120000
DEBUG [FTPControlSocket] 26 Aug 2008 11:30:13.722 : StrictReturnCodes=False
DEBUG [FTPControlSocket] 26 Aug 2008 11:30:13.722 : 220 Serv-U FTP Server v6.4 for WinSock ready...
DEBUG [SecureFTPConnection] 26 Aug 2008 11:30:13.722 : Changing local working directory to C:\Dotnet\Projects\CLPThunderFileRouter\CLPThunderFileRouter\bin\Debug
DEBUG [FTPControlSocket] 26 Aug 2008 11:30:13.722 : ---> AUTH TLS
DEBUG [FTPControlSocket] 26 Aug 2008 11:30:13.737 : 234 AUTH command OK. Initializing SSL connection.
DEBUG [SSLFTPControlSocket] 26 Aug 2008 11:30:13.737 : Beginning Ssl3, Tls1 handshake.
DEBUG [SocketController] 26 Aug 2008 11:30:13.753 : Processing hello
ERROR [SocketController] 26 Aug 2008 11:30:13.784 : OnReceive - caught exception - closing : System.MissingMethodException: Method not found: 'Void System.Security.Cryptography.KeyedHashAlgorithm.Finalize()'.
System.MissingMethodException: Method not found: 'Void System.Security.Cryptography.KeyedHashAlgorithm.Finalize()'.
at ft.a(HashAlgorithm A_0, Byte[] A_1, Byte[] A_2)
at ft..ctor(HashAlgorithm hash, Byte[] secret, Byte[] seed)
at fg.a(Byte[] A_0, Byte[] A_1, Byte[] A_2)
at fg..ctor(Byte[] secret, String label, Byte[] seed)
at ei.a(Byte[] A_0, Byte[] A_1, Byte[] A_2)
at bz.a(Byte[] A_0, Byte[] A_1, Byte[] A_2)
at dy.e(Byte[] A_0)
at cw.d(dx A_0)
at cw.a(dx A_0)
at dy.b(ga A_0)
at fm.a(Byte[] A_0, Int32 A_1, Int32 A_2)
at az.b(Byte[] A_0, Int32 A_1, Int32 A_2)
at az.c(Byte[] A_0, Int32 A_1, Int32 A_2)
at y.h(IAsyncResult A_0)
DEBUG [SocketController] 26 Aug 2008 11:30:13.784 : CloseConnection(e=Method not found: 'Void System.Security.Cryptography.KeyedHashAlgorithm.Finalize()'.)
DEBUG [SocketController] 26 Aug 2008 11:30:13.784 : Shut down socket
DEBUG [SocketController] 26 Aug 2008 11:30:13.784 : Closed socket
DEBUG [TransferBuffer] 26 Aug 2008 11:30:13.784 : Close() called when open
DEBUG [SecureSocket] 26 Aug 2008 11:30:13.784 : OnHandshakeComplete(False,Method not found: 'Void System.Security.Cryptography.KeyedHashAlgorithm.Finalize()'.)
ERROR [SecureSocket] 26 Aug 2008 11:30:13.784 : Exception during handshake: Method not found: 'Void System.Security.Cryptography.KeyedHashAlgorithm.Finalize()'.