This question is locked. New answers and comments are not allowed.
Have you an example how to create and use a database by using the option DatabaseLocation.Fullpath ?
I'm not sure if it is possible to use this option in a published Windows Store App.
By default it is not allowed to open a file outside the local or roaming storage section.
And if you want to access a file from 'outside' then you have to use the StorageFile class.
So again, do you have a working example for 'DatabaseLocation.Fullpath' and are you sure that you can use it in a published Windows Store app?
I'm not sure if it is possible to use this option in a published Windows Store App.
By default it is not allowed to open a file outside the local or roaming storage section.
And if you want to access a file from 'outside' then you have to use the StorageFile class.
So again, do you have a working example for 'DatabaseLocation.Fullpath' and are you sure that you can use it in a published Windows Store app?