I am developing a site in 7.2.5 using Visual Studio 2013, SQLCE and IIS Express
When I add content it sometimes work - but very oftens the added content disappears.
It seems that the database rolls back to some unidentifyable point or something. (Isn't Umbraco 7 transaction based?)
Anybody experienced this? And perhaps more important - Is there anybody with a solution? I have for now decided to quit using SQLCE - just as a test - but that won't change anything if it is due a transaction that never gets commited...
My content disappears in 7.2.5
Hi,
I am developing a site in 7.2.5 using Visual Studio 2013, SQLCE and IIS Express
When I add content it sometimes work - but very oftens the added content disappears.
It seems that the database rolls back to some unidentifyable point or something. (Isn't Umbraco 7 transaction based?)
Anybody experienced this? And perhaps more important - Is there anybody with a solution? I have for now decided to quit using SQLCE - just as a test - but that won't change anything if it is due a transaction that never gets commited...
Best regards
Jesper
I managed to get it to work by using a full MS SQL instead of SQLCE.
/Jesper
is working on a reply...