Completed
Last Updated: 15 May 2015 12:16 by andrizu
ADMIN
Martin Ivanov
Created on: 23 Mar 2015 09:32
Category: PersistenceFramework
Type: Bug Report
1
System.IO.FileNotFoundException is thrown by the IsolatedStoragetProvider when calling its SaveToStorage() method
A first chance exception of type System.IO.FileNotFoundException is thrown by the IsolatedStoragetProvider when calling its SaveToStorage() method. 

Note: the exception does not prevent the manager from saving the UI. To see the error you will need to enable the CLR exceptions from the Visual Studio's Debug-->Exceptions menu


Available in LIB version: 2015.1.1805
1 comment
andrizu
Posted on: 23 Mar 2015 10:30
Well, if you don't have CLR exceptions enabled you can see it as a first chance exception of type 'System.IO.FileNotFoundException' in mscorlib.dll. It pollutes the output when the persistence is saved.