I have created an application which populates a .csv file on the data-grid.When the user
clicks a button a dialog box opens and the user selects a .csv file and opens it.
The connection string that I've used is;
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source='"+filename+"'ExtendedProperties=text;HDR=Yes;FMT=Delimited";
When I run the program the error that I get is:
Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
Please help.