Programming an IE-Toolbar: Where to save user-related files (IsolatedStorage does not work!)?

Posted by Ghecco on Stack Overflow See other posts from Stack Overflow or by Ghecco
Published on 2010-04-13T00:09:18Z Indexed on 2010/04/13 0:12 UTC
Read the original article Hit count: 569

Hi,

I am programming an IE-Toolbar. Now I have the problem that I want to save some

  • user specific and
  • application specific data

First I have tried to use IsolatedStorage but I am only getting a ComException.

Which is the recommended way to save some files when programming IE-Toolbars?

Thanks in advance for your advice!

Best regards Stefan

© Stack Overflow or respective owner

Related posts about isolatedstorage

Related posts about toolbar