diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-02-19 18:10:35 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-02-19 18:10:35 +0200 |
| commit | 945520000da0ae4a3fa3b40e9756d67379e25314 (patch) | |
| tree | 5d0b88721a2eb6a6805cf10fb08cce3f486e2928 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/UpdateViewVM.cs | |
| parent | 93e6a6bfa7238826dcdea989e279ec3450067f83 (diff) | |
| download | Tango-945520000da0ae4a3fa3b40e9756d67379e25314.tar.gz Tango-945520000da0ae4a3fa3b40e9756d67379e25314.zip | |
Machine Studio v4.0.8.0
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/UpdateViewVM.cs')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/UpdateViewVM.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/UpdateViewVM.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/UpdateViewVM.cs index 17edf1dfd..c40f91005 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/UpdateViewVM.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/UpdateViewVM.cs @@ -25,6 +25,7 @@ using Tango.MachineStudio.UI.Messages; using Tango.Settings; using Tango.MachineStudio.Common; using Tango.Transport.Web; +using Tango.BL; namespace Tango.MachineStudio.UI.ViewModels { @@ -384,6 +385,9 @@ namespace Tango.MachineStudio.UI.ViewModels { try { + LogManager.Log("Clearing EF model store..."); + ObservablesContext.ClearModelStore(); + Process p = new Process(); if (Status == UpdateStatus.UpdateCompleted) |
