I have the following code which encrypts and decrypts file using Rijndael. This code works fine in a form application. But when put in a windows service, it is causing an exception while decrypting second time.
Please help?
Please help?