Hello,
I am working with PersistenceFramework saving the data in SQL Server.
The issue is that my application works with tabs and MVVM. The MainWindow contains a ribbon and a rabTabControl, when the user clicks on a button opens a tab with a given user control depending on the button clicked.
When working with only one tab, everything works ok!
But when I open different tabs and navigate between them, saving the stream of my control, I realize that
is empty.
They know that may be happening?
Thank you in advance and sorry for my English.
I am working with PersistenceFramework saving the data in SQL Server.
The issue is that my application works with tabs and MVVM. The MainWindow contains a ribbon and a rabTabControl, when the user clicks on a button opens a tab with a given user control depending on the button clicked.
When working with only one tab, everything works ok!
But when I open different tabs and navigate between them, saving the stream of my control, I realize that
PersistenceManager.GetStorage()
They know that may be happening?
Thank you in advance and sorry for my English.