Im receiving the following error
"Name 'Encryption' is not declared."
On Line
If reader_login("password").ToString() = Encryption.Rijndael.Encrypt(Password, "SHA1", 2, 256) Then
Locally it is fine just seeing this error now on my development machine. Any Ideas ?