Application Settings when in Protected Mode

Add-in Express™ Support Service
That's what is more important than anything else

Application Settings when in Protected Mode
Is there a way to save application settings (ApplicationSettingsBase) generated by the C# project when IE is in protected mode? 
Justin Ricci




Posts: 14
Joined: 2010-08-12
I have a great little BHO that's working and running well. There are some Settings I created using the built in ApplicationSettingsBase that's generated by the project. The user can configure these settings at run-time to make the application behave differently. I've noticed with the IE in protected mode I can't call Settings.Default.Save(). It throws an access exception it seems.

I realize I can use registry or a writeable location to store settings in my own file or registry path, but I was hoping to keep the implementation clean with the built in applicationSettingsBase. Has anyone had success with this in anyway?

Thanks!
Posted 22 Sep, 2010 13:39:33 Top
Andrei Smolin


Add-in Express team


Posts: 18825
Joined: 2006-05-11
Hi Justin,

I'm afraid the answer is No (as you can see).


Andrei Smolin
Add-in Express Team Leader
Posted 27 Sep, 2010 08:36:33 Top