This is a migrated thread and some comments may be shown as answers.

IsolatedStorage + Citrix (Roaming-User)

1 Answer 145 Views
PersistenceFramework
This is a migrated thread and some comments may be shown as answers.
Ludwig
Top achievements
Rank 1
Ludwig asked on 11 Aug 2016, 01:41 PM

Hello!

Our application is hosted on a Citrix/XenApp server and we are using the PersistenceFramework from Telerik.

On Citrix/XenApp we have the problem, that the IsolatedStorage will be lost each time, a user is signing off from his computer - so the files in the "Local"-folder are deleted.

Is there a way to save the files in the Roaming-folder?

 

thx

Ludwig

1 Answer, 1 is accepted

Sort by
0
Dinko | Tech Support Engineer
Telerik team
answered on 16 Aug 2016, 10:58 AM
Hello Ludwig,

The PersistenceFramework allows you to save the layout of UIElements in an isolated storage. But we haven't exposed a way for the clients to change the IsolatedStorage settings. That is why we can suggest you to save the persisted data to a stream (like it is described here) and then manually create the file in the isolated storage of the roaming user based on that stream. You can try accessing the storage by following the example in MSDN help article

Regards,
Dinko
Telerik by Progress
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
Tags
PersistenceFramework
Asked by
Ludwig
Top achievements
Rank 1
Answers by
Dinko | Tech Support Engineer
Telerik team
Share this question
or