FailBlog My Screen Editor Keeps Failing to Save
-
Tuesday, May 15, 2012 11:11 PM
When I go into the debug mode and try editing the layout of my screens Lightswitch OR Visual studio keeps hanging up and then eventually fails to save the changes. I tried just making a single change at a time but either the screen will show the changes but not acutal save them when I exit the project or it will fail outright and say so "Changes could not be persisted".
- Edited by reigh7 Tuesday, May 15, 2012 11:14 PM Used OF instead of OR by Accident
All Replies
-
Wednesday, May 16, 2012 12:02 AMSounds like your trying to edit a deployed app. You can't debug/edit on a deployed instance. Only from local VS debug during dev. That said, sometimes I see same thing depending on the changes.
- Marked As Answer by Dino HeModerator Wednesday, May 23, 2012 9:00 AM
- Unmarked As Answer by reigh7 Tuesday, May 29, 2012 10:08 PM
-
Tuesday, May 29, 2012 10:13 PMThis is not a deployed app it is the MVVM editor it allows you to edit the screen while running the debug. In fact I am able to run the debug but while in the in debug mode and the subsequent deigner for screen layout that lets me make changes I cannot save any changes. It will say cannot persist changes when I hit save and exit that designer.
-
Wednesday, May 30, 2012 8:04 AM
I have sometimes run into this error when I've tried to make many, complicated changes to a screen layout. Making small changes at run time worked OK. If that happens I make the large changes at design time.
Simon Jones
If you found this post helpful, please "Vote as Helpful". If it actually answered your question, please remember to "Mark as Answer". This will help other people find answers to their problems more quickly. -
Friday, June 01, 2012 2:38 AM
I thought this might be the case not because I made complicated changes but alot of groups through the use of coumbn and rows to make many three columbn rows. I was able to save a number of these changes but then it just stopped letting me do this. I tried just making one change at a time but the error still came up. I am not sure what is meant by makign the changes at runtime? can you clarify?
-
Friday, June 01, 2012 4:51 AM
"At Runtime" = while the application is running
(As opposed to "design time" when you are editing the application or "compile time" when the application is being compiled.)
Simon Jones
If you found this post helpful, please "Vote as Helpful". If it actually answered your question, please remember to "Mark as Answer". This will help other people find answers to their problems more quickly.

