isolated storage
-
can anybody tell me is isolated storage in silverlight is permanent ? because once i restart my system all the files which i created in my isolated storage are deleted and also if i close my visual studio and reopen it than it also removes all the previously created files . any help ? regards.
Tauseef A Khan MCP Dotnet framework 2.0.
-
can anybody tell me is isolated storage in silverlight is permanent ? because once i restart my system all the files which i created in my isolated storage are deleted and also if i close my visual studio and reopen it than it also removes all the previously created files . any help ? regards.
Tauseef A Khan MCP Dotnet framework 2.0.
Tauseef A wrote:
is isolated storage in silverlight is permanent ?
Permanent until a user or an application deletes something.
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
can anybody tell me is isolated storage in silverlight is permanent ? because once i restart my system all the files which i created in my isolated storage are deleted and also if i close my visual studio and reopen it than it also removes all the previously created files . any help ? regards.
Tauseef A Khan MCP Dotnet framework 2.0.
Tauseef A wrote:
because once i restart my system all the files which i created in my isolated storage are deleted and also if i close my visual studio and reopen it than it also removes all the previously created files
There are two types of isolated storage - "Application" and "Site". Both are scoped by the user..since the files are stored under the user's AppData on Windows. These are permanent and not cleared even when you clear the browser's cache or restarting the system.
Now...bring me that horizon. And really bad eggs...Drink up me hearties, YO HO!
-
can anybody tell me is isolated storage in silverlight is permanent ? because once i restart my system all the files which i created in my isolated storage are deleted and also if i close my visual studio and reopen it than it also removes all the previously created files . any help ? regards.
Tauseef A Khan MCP Dotnet framework 2.0.