When I run the code below, my console app outputs:
"Unhandled Exception: System.IO.IOException: The Request is not supported."
static void Main()
{
var xmlFile = "Encrypt.xml";
File.Encrypt(xmlFile);
}
I'm running Windows 7 Home Premium, coding with Visual Studio 2010, and coding in C#.
Could someone tell me what's wrong?