Hi
I've created a database in visual studio 2010 in the following way: Data->Add new datasource->Database->Entity Data Model.
Now, in my wpf app I can load and save data successfully, when closing the app and opening again the data will still be there, but as soon as I try retrieve the table data in Visual Studio's Database explorer it returns an empty table, and running the application after that also returns no data.
It is as if using database explore to query data clears it. Any help would be greatly appreciated.