E
Emil
When I compile the application and run it (on my computer) it works fine, by
on the other computers exception is thrown: "Request for the permission of
type 'System.Security.Permissions.FileIOPermission, mscorlib,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed."
Exception occurs at this: DirectoryInfo currentDir = new
DirectoryInfo("C:\\");
What should I do to allow running this application on other computers than
mine ?
on the other computers exception is thrown: "Request for the permission of
type 'System.Security.Permissions.FileIOPermission, mscorlib,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed."
Exception occurs at this: DirectoryInfo currentDir = new
DirectoryInfo("C:\\");
What should I do to allow running this application on other computers than
mine ?