I'm getting a FileIOPermssion exception thrown when trying to create a folder in Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) on some computers. I've established that there is some form of antivirus running on the computer in question, but I haven't been able to get in contact with their IT department to find out what specifically they are using.
Has anyone else run into an issue an issue like this? I've tried googling for a while and haven't come up with anything. Is there something I need to do to guarantee write permissions to the ApplicationData?