Isolated Storage Access
From: Dirk Ströker (dstroeker_at_kw-software.de)
Date: 05/31/05
- Next message: Joe Kaplan \(MVP - ADSI\): "Re: User Groups"
- Previous message: Ron L: "Remoting Problem"
- Next in thread: Nicole Calinoiu: "Re: Isolated Storage Access"
- Reply: Nicole Calinoiu: "Re: Isolated Storage Access"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 31 May 2005 16:01:02 +0200
Hello,
I have got the following problem:
My application references an assembly of a third party library. A class
implemented in this assembly stores a file in the Isolated Storage.
Unfortunately this class does not implement a method to delete this file.
But this is very important for me.
I tried to use the method "System.IO.IsolatedStorageFile.GetStore()" to get
access to the Isolated Storage of this assembly and call
"System.IO.IsolatedStorageFile.DeleteFile()" to remove the file. But calling
"GetStore()" gets me in trouble with the security mechanism of the .NET
framework. I get the following exception message:
"Selected identity type missing in assembly evidence list."
Because I never get in contact with evidence / identity and co. before, I
have a big problem now.
What must I do to get the Isolated Storage of another assembly than the
calling one?
(The scope of my "GetStore()" call is: "IsolatedStorageScope.Domain |
IsolatedStorageScope.Assembly | IsolatedStorageScope.User" .)
Regards
Dirk Ströker
- Next message: Joe Kaplan \(MVP - ADSI\): "Re: User Groups"
- Previous message: Ron L: "Remoting Problem"
- Next in thread: Nicole Calinoiu: "Re: Isolated Storage Access"
- Reply: Nicole Calinoiu: "Re: Isolated Storage Access"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|