Crash during shutdown

If you get a crash message during shutdown, press the "View report"-button and check the error message. Look around line 20, to see if you find something like:

************** Exception Text **************

System.Reflection.TargetInvocationException: Målet forårsaket et unntak under aktivering.

System.UnauthorizedAccessException: Ingen tilgang til banen SomeFileNameHere.


   ved System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean throwOnTopLevelDirectoryNotFound, WIN32_FIND_DATA& data)

   ved System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost)

   ved Vianova.Novapoint.Core.QuadriModel.DeleteTempFiles()

Then this is an error in the application. Some temporary files have been stored with read only access and the program crashes when trying to clean these up during shutdown. The problem is registered and will be fixed in a later release.

There is no consequence of this problem, other than the annoying message. This happens after all data is stored, just before the program shuts down. But there is a workaround: