B
Brad
I have some code for a .Net 2.0 winforms application which modifies the app's config file. The code works without error
for me, but when another developer runs the same code in Visual Studio debug he receives a permissions exception on the
statement
config.Save(ConfigurationSaveMode.Modified);
At the file/folder level he has full permissions and I would think we have the same default code access security. So
my question would be why the permissions error and what to do to resolve. I would also like to know if there any issue
in this to expect when deploying to production (to an end users pc)
for me, but when another developer runs the same code in Visual Studio debug he receives a permissions exception on the
statement
config.Save(ConfigurationSaveMode.Modified);
At the file/folder level he has full permissions and I would think we have the same default code access security. So
my question would be why the permissions error and what to do to resolve. I would also like to know if there any issue
in this to expect when deploying to production (to an end users pc)