microsoft / appcenter-sdk-dotnet

Development repository for the App Center SDK for .NET platforms, including Xamarin
Other
309 stars 141 forks source link

System.AccessViolationException: Attempted to read or write protected memory #1389

Closed verstr closed 4 years ago

verstr commented 4 years ago

Description

I am using Crashes dll in our UWP solution and we are facing some randome crashes with exception: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. We've added our logging and in logs I can see more details:

---> (Inner Exception #0) Microsoft.AppCenter.Storage.StorageException: SQLite errorCode=Error ---> SQLite.SQLiteException: too many SQL variables at SQLite.SQLite3.Prepare2(sqlite3 db, String query) at SQLite.SQLiteCommand.Prepare() at SQLite.SQLiteCommand.<ExecuteDeferredQuery>c__Iterator01.MoveNext() at System.Collections.Generic.List1.AddEnumerable(IEnumerable1 enumerable) at System.Collections.Generic.List1..ctor(IEnumerable1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable1 source) at SQLite.SQLiteCommand.ExecuteQuery[T]() at SQLite.TableQuery1.GetEnumerator() at System.Collections.Generic.List1.AddEnumerable(IEnumerable1 enumerable) at System.Collections.Generic.List1..ctor(IEnumerable1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable1 source) at SQLite.AsyncTableQuery1.m0() at System.Threading.Tasks.Task`1.InnerInvoke() at System.Threading.Tasks.Task.<>c.<.cctor>b276_1(Object obj) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot) --- End of stack trace from previous location where exception was thrown ---`

We are using 2.5.0 AppCenter Crashes dll and after we've updated to 2.6.4 based on your recommendation in this issue: https://github.com/microsoft/appcenter-sdk-dotnet/issues/1184 we are still facing the same issue.

Repro Steps

It's not reproduceable, we are facing some random crashes, when our UWP application is closed with exception mentioned above. It's happening only in Windows OS 1709, for 1903 it works fine.

Details

  1. What is your app platform (Xamarin.Android or Xamarin.iOS or UWP)?
    • UWP with Prism
  2. Which .NET standard version or which PCL profile?
    • .NET standard 2.0.
  3. Which SDK version are you using?
    • 2.5.0 and 2.6.4
  4. Which OS version did you experience the issue on?
    • Win OS 1709
  5. What device version did you see this error on? Were you using an emulator or a physical device?
    • Physical device - MS Surface Pro 2017
  6. What third party libraries are you using? ` 2.5.0 2.5.0 2.5.0 3.19.8 6.1.7 4.0.0 4.0.0 2.3.200213001 2.0.0 6.3.0 6.3.0 1.1.11 4.1.0 0.1.7.9 4.0.2

    `

  7. Please enable verbose logging for your app using AppCenter.LogLevel = LogLevel.Verbose before your call to AppCenter.Start(...) and include the logs here:
    • I've enabled it and I see no logs in AppCenter at all.
Jamminroot commented 4 years ago

Hey, @verstr, thanks for getting in touch. There is clearly something out of place. So far I've checked list of dependencies you are using (just to make sure there is no dependency conflicts), and everything looks good. As you mentioned, on 1903 it works fine for me, and unfortunatelly i'm not able to check on earlier versions.

As for the logs, adding AppCenter.LogLevel = LogLevel.Verbose the line above AppCenter.Start(...) should work. Can you share a small code snippet which highlights where (as in: class and method) and how SDK is integrated? With app secret edited out, ofcorse; that would help troubleshoot the initial problem and problem with gathering logs.

verstr commented 4 years ago

Hello @Jamminroot, looks like I was searching in wrong place for logs... I've added AppCenter.LogLevel = LogLevel.Verbose and I see following logs before error appears (I copied and pasted whole output from debug window):

'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: DefaultDomain): Loaded 'C:\Program Files\WindowsApps\Microsoft.NET.CoreRuntime.2.1_2.1.26124.5_x86__8wekyb3d8bbwe\System.Private.CoreLib.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\entrypoint\Project.MobilePlatform.Client.UWP.exe'. Symbols loaded.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Runtime.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\WinMetadata\Windows.winmd'. Module was built without symbols.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\mscorlib.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Runtime.InteropServices.WindowsRuntime.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Prism.Unity.Windows.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Prism.Windows.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Prism.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Threading.Tasks.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Project.MobilePlatform.Client.ServiceAccess.dll'. Symbols loaded.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\netstandard.dll'. Module was built without symbols.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Runtime.Extensions.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\C1.UWP.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Globalization.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Resources.ResourceManager.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Reflection.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Runtime.WindowsRuntime.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.UI.Xaml.Markup.winmd'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Threading.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Collections.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\AutoMapper.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\C1.UWP.Calendar.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\C1.UWP.DateTimeEditors.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\C1.UWP.DX.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\C1.UWP.FlexChart.dll'. 
The thread 0xf08 has exited with code 0 (0x0).
The thread 0x13d4 has exited with code 0 (0x0).
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\C1.UWP.Schedule.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\ColorCode.Core.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\ColorCode.UWP.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Common.Logging.Core.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Common.Logging.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\LaunchDarkly.Cache.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\LaunchDarkly.CommonSdk.StrongName.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\LaunchDarkly.EventSource.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\LaunchDarkly.ServerSdk.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.AppCenter.Analytics.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.AppCenter.Crashes.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.AppCenter.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.Azure.Mobile.Client.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.Azure.Mobile.Client.SQLiteStore.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.CSharp.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.Data.Sqlite.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.DotNet.PlatformAbstractions.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.EntityFrameworkCore.Abstractions.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.EntityFrameworkCore.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.EntityFrameworkCore.Relational.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.EntityFrameworkCore.Sqlite.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.Extensions.Caching.Abstractions.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.Extensions.Caching.Memory.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.Extensions.Configuration.Abstractions.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.Extensions.Configuration.Binder.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.Extensions.Configuration.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.Extensions.DependencyInjection.Abstractions.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.Extensions.DependencyInjection.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.Extensions.DependencyModel.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.Extensions.Logging.Abstractions.dll'. 
The thread 0x21d4 has exited with code 0 (0x0).
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.Extensions.Logging.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.Extensions.Options.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.Extensions.Primitives.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.Identity.Client.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.IdentityModel.Clients.ActiveDirectory.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.Practices.ServiceLocation.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.Practices.Unity.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.Practices.Unity.RegistrationByConvention.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.Toolkit.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.Toolkit.Parsers.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.Toolkit.Uwp.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.Toolkit.Uwp.UI.Animations.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.Toolkit.Uwp.UI.Controls.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.Toolkit.Uwp.UI.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.VisualBasic.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.Win32.Primitives.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.WindowsAzure.Messaging.Managed.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.Xaml.Interactions.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Microsoft.Xaml.Interactivity.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Newtonsoft.Json.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Reflection.Extensions.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Linq.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Program Files\WindowsApps\Microsoft.UI.Xaml.2.3_2.32002.13001.0_x86__8wekyb3d8bbwe\Microsoft.UI.Xaml.winmd'. Module was built without symbols.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Remotion.Linq.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\SQLite-net.dll'. Module was built without symbols.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\SQLitePCLRaw.batteries_green.dll'. Module was built without symbols.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\SQLitePCLRaw.batteries_v2.dll'. Module was built without symbols.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\SQLitePCLRaw.core.dll'. Module was built without symbols.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\SQLitePCLRaw.provider.e_sqlite3.dll'. Module was built without symbols.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.AppContext.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Buffers.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Collections.Concurrent.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Collections.Immutable.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Collections.NonGeneric.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Collections.Specialized.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.ComponentModel.Annotations.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.ComponentModel.Composition.dll'. Module was built without symbols.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.ComponentModel.DataAnnotations.dll'. Module was built without symbols.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.ComponentModel.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.ComponentModel.EventBasedAsync.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.ComponentModel.Primitives.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.ComponentModel.TypeConverter.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Configuration.dll'. Module was built without symbols.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Console.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Core.dll'. Module was built without symbols.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Data.Common.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Data.dll'. Module was built without symbols.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Data.SqlClient.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Diagnostics.Contracts.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Diagnostics.Debug.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Diagnostics.DiagnosticSource.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Diagnostics.FileVersionInfo.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Diagnostics.Process.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Diagnostics.StackTrace.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Diagnostics.TextWriterTraceListener.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Diagnostics.Tools.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Diagnostics.TraceSource.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Diagnostics.Tracing.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Drawing.dll'. Module was built without symbols.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Drawing.Primitives.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Dynamic.Runtime.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Globalization.Calendars.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Globalization.Extensions.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Interactive.Async.dll'. Symbols loaded.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.IO.Compression.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.IO.Compression.FileSystem.dll'. Module was built without symbols.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.IO.Compression.ZipFile.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.IO.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.IO.FileSystem.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.IO.FileSystem.DriveInfo.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.IO.FileSystem.Primitives.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.IO.FileSystem.Watcher.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.IO.IsolatedStorage.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.IO.MemoryMappedFiles.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.IO.Pipes.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.IO.Ports.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.IO.UnmanagedMemoryStream.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Linq.Expressions.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Linq.Parallel.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Linq.Queryable.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Memory.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Net.dll'. Module was built without symbols.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Net.Http.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Net.Http.Rtc.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Net.HttpListener.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Net.Mail.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Net.NameResolution.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Net.NetworkInformation.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Net.Ping.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Net.Primitives.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Net.Requests.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Net.Security.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Net.ServicePoint.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Net.Sockets.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Net.WebClient.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Net.WebHeaderCollection.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Net.WebProxy.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Net.WebSockets.Client.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Net.WebSockets.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Numerics.dll'. Module was built without symbols.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Numerics.Vectors.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Numerics.Vectors.WindowsRuntime.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.ObjectModel.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Private.DataContractSerialization.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Private.ServiceModel.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Private.Uri.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Private.Xml.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Private.Xml.Linq.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Reactive.dll'. Symbols loaded.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Reactive.Linq.dll'. Symbols loaded.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Reflection.Context.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Reflection.DispatchProxy.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Reflection.Emit.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Reflection.Emit.ILGeneration.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Reflection.Emit.Lightweight.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Reflection.Metadata.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Reflection.Primitives.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Reflection.TypeExtensions.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Resources.Reader.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Resources.Writer.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Runtime.CompilerServices.Unsafe.dll'. Module was built without symbols.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Runtime.CompilerServices.VisualC.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Runtime.Handles.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Runtime.InteropServices.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Runtime.InteropServices.RuntimeInformation.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Runtime.Numerics.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Runtime.Serialization.dll'. Module was built without symbols.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Runtime.Serialization.Formatters.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Runtime.Serialization.Json.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Runtime.Serialization.Primitives.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Runtime.Serialization.Xml.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Runtime.WindowsRuntime.UI.Xaml.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Security.AccessControl.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Security.Claims.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Security.Cryptography.Algorithms.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Security.Cryptography.Cng.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Security.Cryptography.Csp.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Security.Cryptography.Encoding.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Security.Cryptography.Primitives.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Security.Cryptography.X509Certificates.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Security.dll'. Module was built without symbols.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Security.Principal.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Security.Principal.Windows.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Security.SecureString.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.ServiceModel.dll'. Module was built without symbols.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.ServiceModel.Duplex.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.ServiceModel.Http.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.ServiceModel.NetTcp.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.ServiceModel.Primitives.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.ServiceModel.Security.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.ServiceModel.Web.dll'. Module was built without symbols.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.ServiceProcess.dll'. Module was built without symbols.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Text.Encoding.CodePages.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Text.Encoding.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Text.Encoding.Extensions.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Text.RegularExpressions.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Threading.Overlapped.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Threading.Tasks.Dataflow.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Threading.Tasks.Extensions.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Threading.Tasks.Parallel.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Threading.Thread.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Threading.ThreadPool.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Threading.Timer.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Transactions.dll'. Module was built without symbols.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Transactions.Local.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.ValueTuple.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Web.dll'. Module was built without symbols.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Web.HttpUtility.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Windows.dll'. Module was built without symbols.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Xml.dll'. Module was built without symbols.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Xml.Linq.dll'. Module was built without symbols.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Xml.ReaderWriter.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Xml.Serialization.dll'. Module was built without symbols.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Xml.XDocument.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Xml.XmlDocument.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Xml.XmlSerializer.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Xml.XPath.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\System.Xml.XPath.XDocument.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Project.MobilePlatform.Client.Entities.dll'. Symbols loaded.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Project.MobilePlatform.Client.SharedLogic.dll'. Symbols loaded.
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'Anonymously Hosted DynamicMethods Assembly'. 
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\CommonExtensions\Microsoft\IntelliTrace\Microsoft.IntelliTrace.TelemetryObserver.Common.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\CommonExtensions\Microsoft\IntelliTrace\Microsoft.IntelliTrace.TelemetryObserver.CoreClr.dll'. 
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\Project.MobilePlatform.Common.DTO.dll'. 
2020-05-08 10:21:03.043 [AppCenter] DEBUG: No named identifier found in appSecret; using as-is
2020-05-08 10:21:03.073 [AppCenter] DEBUG: AddChannel(core)
2020-05-08 10:21:03.292 [AppCenter] INFO: App Center SDK configured successfully.
2020-05-08 10:21:03.299 [AppCenter] DEBUG: AddChannel(analytics)
2020-05-08 10:21:03.308 [AppCenter] INFO: 'Analytics' service started.
2020-05-08 10:21:03.320 [AppCenter] DEBUG: AddChannel(crashes)
2020-05-08 10:21:03.331 [AppCenter] INFO: 'Crashes' service started.
2020-05-08 10:21:03.357 [AppCenter] DEBUG: Invoke EnqueuingLog event for channel 'core'
10:21:03 [INFO] Getting feature flags from local cache 
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
2020-05-08 10:21:06.468 [AppCenter] DEBUG: Invoke FilteringLog event for channel 'core'
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
2020-05-08 10:21:07.384 [AppCenter] DEBUG: CheckPendingLogs(core) pending log count: 1
2020-05-08 10:21:10.420 [AppCenter] DEBUG: TriggerIngestion(core) pending log count: 1
2020-05-08 10:21:10.436 [AppCenter] DEBUG: Trying to get up to 50 logs from storage for core
2020-05-08 10:21:10.522 [AppCenter] DEBUG: The SID/ID pairs for returning logs are:
    (null) / 1
2020-05-08 10:21:10.573 [AppCenter] DEBUG: Invoke SendingLog event for channel 'core'
2020-05-08 10:21:10.613 [AppCenter] VERBOSE: Calling https://in.appcenter.ms/logs?api-version=1.0.0...
2020-05-08 10:21:10.617 [AppCenter] VERBOSE: Headers: App-Secret=****************************c88b7a03, Install-ID=563d0b93-7fa9-426b-a954-4e56f057a606
2020-05-08 10:21:10.629 [AppCenter] VERBOSE: {
  "logs": [
    {
  "services": [
    "Analytics",
    "Crashes"
  ],
  "timestamp": "2020-05-08T08:21:06.4688474Z",
  "device": {
    "sdkName": "appcenter.uwp",
    "sdkVersion": "2.6.4",
    "osName": "WINDOWS",
    "osVersion": "10.0.16299",
    "osBuild": "10.0.16299.1806",
    "locale": "en-US",
    "timeZoneOffset": 60,
    "appVersion": "2.2.1.0",
    "appBuild": "2.2.1.0",
    "appNamespace": "Project"
  },
  "type": "startService"
}
  ]
}
2020-05-08 10:21:10.993 [AppCenter] DEBUG: CheckPendingLogs(core) pending log count: 0
2020-05-08 10:21:35.442 [AppCenterAnalytics] DEBUG: SessionTracker.Resume
2020-05-08 10:21:35.449 [AppCenter] DEBUG: Invoke EnqueuingLog event for channel 'analytics'
2020-05-08 10:21:35.451 [AppCenter] DEBUG: Invoke FilteringLog event for channel 'analytics'
2020-05-08 10:21:35.508 [AppCenter] DEBUG: CheckPendingLogs(analytics) pending log count: 1
2020-05-08 10:21:38.586 [AppCenter] DEBUG: TriggerIngestion(analytics) pending log count: 1
2020-05-08 10:21:38.589 [AppCenter] DEBUG: Trying to get up to 50 logs from storage for analytics
2020-05-08 10:21:38.623 [AppCenter] DEBUG: The SID/ID pairs for returning logs are:
    5238dcaa-c048-4151-b637-2d4d24129e03 / 2
2020-05-08 10:21:38.627 [AppCenter] DEBUG: Invoke SendingLog event for channel 'analytics'
2020-05-08 10:21:38.640 [AppCenter] VERBOSE: Calling https://in.appcenter.ms/logs?api-version=1.0.0...
2020-05-08 10:21:38.643 [AppCenter] VERBOSE: Headers: App-Secret=****************************c88b7a03, Install-ID=563d0b93-7fa9-426b-a954-4e56f057a606
2020-05-08 10:21:38.645 [AppCenter] VERBOSE: {
  "logs": [
    {
  "timestamp": "2020-05-08T08:21:35.4517775Z",
  "sid": "5238dcaa-c048-4151-b637-2d4d24129e03",
  "device": {
    "sdkName": "appcenter.uwp",
    "sdkVersion": "2.6.4",
    "osName": "WINDOWS",
    "osVersion": "10.0.16299",
    "osBuild": "10.0.16299.1806",
    "locale": "en-US",
    "timeZoneOffset": 60,
    "appVersion": "2.2.1.0",
    "appBuild": "2.2.1.0",
    "appNamespace": "Project"
  },
  "type": "startSession"
}
  ]
}
2020-05-08 10:21:38.698 [AppCenter] DEBUG: CheckPendingLogs(analytics) pending log count: 0
10:21:50 [Verbose] No matching resource token was found. 
Exception thrown: 'System.Runtime.InteropServices.COMException' in Project.MobilePlatform.Client.UWP.exe
WinRT information: Cannot find credential in Vault
10:22:12 [Verbose] Creating new token.. 
10:22:12 [Verbose] Sending GET request to https://api-project.eu/
Exception thrown: 'System.Net.CookieException' in System.Net.Primitives.dll
Exception thrown: 'System.Net.CookieException' in System.Net.Primitives.dll
10:22:13 [Verbose] Logging in.. 
10:22:13 [Verbose] No matching resource token was found. 
Exception thrown: 'System.Runtime.InteropServices.COMException' in Project.MobilePlatform.Client.UWP.exe
WinRT information: Cannot find credential in Vault
10:22:13 [Verbose] Creating new token.. 
10:22:13 [Verbose] Authenticating 1/6. 
10:22:13 [Verbose] No matching resource token was found. 
Exception thrown: 'System.Runtime.InteropServices.COMException' in Project.MobilePlatform.Client.UWP.exe
WinRT information: Cannot find credential in Vault
10:22:13 [Verbose] Creating new token.. 
10:22:13 [Verbose] Authenticating 2/6. 
10:22:13 [Verbose] No matching resource token was found. 
Exception thrown: 'System.Runtime.InteropServices.COMException' in Project.MobilePlatform.Client.UWP.exe
WinRT information: Cannot find credential in Vault
10:22:14 [Verbose] Creating new token.. 
10:22:14 [Verbose] Authenticating 3/6. 
10:22:14 [Verbose] Authenticating 4/6. 
10:22:14 [Verbose] No matching resource token was found. 
Exception thrown: 'System.Runtime.InteropServices.COMException' in Project.MobilePlatform.Client.UWP.exe
WinRT information: Cannot find credential in Vault
10:22:14 [Verbose] Creating new token.. 
10:22:14 [Verbose] Authenticating 5/6. 
10:22:14 [Verbose] No matching resource token was found. 
Exception thrown: 'System.Runtime.InteropServices.COMException' in Project.MobilePlatform.Client.UWP.exe
WinRT information: Cannot find credential in Vault
10:22:15 [Verbose] Creating new token.. 
10:22:15 [Verbose] Authenticating 6/6. 
10:22:15 [Verbose] Authenticated! 
10:22:15 [INFO] Resetting feature flag service 
10:22:15 [Verbose] Available Tags in AppSettingsService: 
10:22:15 [Verbose] 001_FR1_VAL 
10:22:15 [Verbose] 001_FR1_VAL_NT26 
2020-05-08 10:22:16.039 [AppCenter] VERBOSE: HTTP response status=200 (OK) payload={"status":"Success","validDiagnosticsIds":[],"throttledDiagnosticsIds":[],"correlationId":"c1ab85b7-7ae5-432d-b221-af7cc884cd4e"}
2020-05-08 10:22:16.087 [AppCenter] DEBUG: Invoke SentLog event for channel 'core'
2020-05-08 10:22:16.115 [AppCenter] DEBUG: CheckPendingLogs(core) pending log count: 0
2020-05-08 10:22:16.164 [AppCenter] DEBUG: Deleting logs from storage for channel 'core' with batch id '50c86a49-be3c-456f-8f1a-21f1bbe52be5'
2020-05-08 10:22:16.205 [AppCenter] DEBUG: The IDs for deleting log(s) is/ are:
    1
10:22:17 [Verbose] Registration successful! 6692546156348521787-7922349294573514508-7 
2020-05-08 10:22:17.279 [AppCenter] VERBOSE: HTTP response status=200 (OK) payload={"status":"Success","validDiagnosticsIds":[],"throttledDiagnosticsIds":[],"correlationId":"ea770b0c-1f94-461e-814d-ddc9348c4389"}
2020-05-08 10:22:17.282 [AppCenter] DEBUG: Invoke SentLog event for channel 'analytics'
2020-05-08 10:22:17.285 [AppCenter] DEBUG: CheckPendingLogs(analytics) pending log count: 0
2020-05-08 10:22:17.288 [AppCenter] DEBUG: Deleting logs from storage for channel 'analytics' with batch id '17dd4da1-c5fa-4a81-b449-4e2180b3e4a7'
2020-05-08 10:22:17.290 [AppCenter] DEBUG: The IDs for deleting log(s) is/ are:
    2
10:22:17 [Verbose] Logging in.. 
10:22:17 [Verbose] Authenticating 1/6. 
10:22:17 [Verbose] Authenticating 2/6. 
10:22:17 [Verbose] Authenticating 3/6. 
10:22:17 [Verbose] Authenticating 4/6. 
10:22:17 [Verbose] Authenticating 5/6. 
10:22:17 [Verbose] Authenticating 6/6. 
10:22:17 [Verbose] Authenticated! 
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
10:22:19 [Verbose] No matching resource token was found. 
Exception thrown: 'System.Runtime.InteropServices.COMException' in Project.MobilePlatform.Client.UWP.exe
WinRT information: Cannot find credential in Vault
10:22:19 [Verbose] Creating new token.. 
10:22:19 [Verbose] Sending POST request to https://api-project.eu/
Exception thrown: 'System.Net.CookieException' in System.Net.Primitives.dll
Exception thrown: 'System.Net.CookieException' in System.Net.Primitives.dll
10:22:20 [Verbose] Response Status: OK 
10:22:22 [Verbose] Entering state PreSyncCleanup for technician NT26 
10:22:22 [Verbose] Executing state PreSyncCleanup for technician NT26. Attempt 1 of 1 
10:22:22 [Verbose] Completed stage PreSyncCleanup for technician NT26. Duration: 00:00.04 
10:22:22 [Verbose] Entering state Started for technician NT26 
10:22:22 [Verbose] Executing state Started for technician NT26. Attempt 1 of 1 
Exception thrown: 'System.Net.CookieException' in System.Net.Primitives.dll
Exception thrown: 'System.Net.CookieException' in System.Net.Primitives.dll
10:22:22 [Verbose] Completed stage Started for technician NT26. Duration: 00:00.57 
10:22:22 [Verbose] Entering state Pushed for technician NT26 
10:22:23 [Verbose] Executing state Pushed for technician NT26. Attempt 1 of 1 
Exception thrown: 'System.Net.CookieException' in System.Net.Primitives.dll
Exception thrown: 'System.Net.CookieException' in System.Net.Primitives.dll
10:22:24 [Verbose] Completed stage Pushed for technician NT26. Duration: 00:01.28 
10:22:24 [Verbose] Entering state Purged for technician NT26 
10:22:24 [Verbose] Executing state Purged for technician NT26. Attempt 1 of 1 
10:22:24 [Verbose] Completed stage Purged for technician NT26. Duration: 00:00.15 
10:22:24 [Verbose] Entering state DownloadStarted for technician NT26 
10:22:24 [Verbose] Executing state DownloadStarted for technician NT26. Attempt 1 of 1 
Exception thrown: 'System.Net.CookieException' in System.Net.Primitives.dll
Exception thrown: 'System.Net.CookieException' in System.Net.Primitives.dll
10:22:25 [Verbose] Completed stage DownloadStarted for technician NT26. Duration: 00:01.36 
10:22:25 [Verbose] Entering state BatchDownloaded for technician NT26 
10:22:25 [Verbose] Executing state BatchDownloaded for technician NT26. Attempt 1 of 1 
Exception thrown: 'System.Net.CookieException' in System.Net.Primitives.dll
Exception thrown: 'System.Net.CookieException' in System.Net.Primitives.dll
10:22:29 [Verbose] Pulled batch: 1/3 for NT26. Duration: 00:03.83. 
Exception thrown: 'System.Net.CookieException' in System.Net.Primitives.dll
Exception thrown: 'System.Net.CookieException' in System.Net.Primitives.dll
10:22:33 [Verbose] Pulled batch: 2/3 for NT26. Duration: 00:03.53. 
Exception thrown: 'System.Net.CookieException' in System.Net.Primitives.dll
Exception thrown: 'System.Net.CookieException' in System.Net.Primitives.dll
10:22:35 [Verbose] Pulled batch: 3/3 for NT26. Duration: 00:02.00. 
10:22:36 [Verbose] Saved batch: 1/3 for NT26 Duration: 00:06.41. 
10:22:39 [Verbose] Saved batch: 2/3 for NT26 Duration: 00:03.55. 
10:22:43 [Verbose] Saved batch: 3/3 for NT26 Duration: 00:03.66. 
10:22:43 [Verbose] Completed stage BatchDownloaded for technician NT26. Duration: 00:17.51 
10:22:43 [Verbose] Entering state Ended for technician NT26 
10:22:43 [Verbose] Executing state Ended for technician NT26. Attempt 1 of 1 
Exception thrown: 'System.Net.CookieException' in System.Net.Primitives.dll
Exception thrown: 'System.Net.CookieException' in System.Net.Primitives.dll
10:22:49 [Verbose] --- RESPONSE --- 
10:22:49 [Verbose] SyncId: 19674 
10:22:49 [TIMELOG] 00:00:05.7718737 - EndSyncAsync
10:22:49 [Verbose] Completed stage Ended for technician NT26. Duration: 00:05.81 
10:22:49 [Verbose] Entering state Finalized for technician NT26 
10:22:49 [Verbose] Executing state Finalized for technician NT26. Attempt 1 of 1 
10:22:49 [Verbose] No Sync State to Purge for technician NT26 
10:22:49 [Verbose] Completed stage Finalized for technician NT26. Duration: 00:00.43 
10:22:49 [TIMELOG] 00:00:27.5586484 - InitialSync
10:22:49 [Verbose] Sync completed for technician NT26. Duration: 00:27 
10:22:49 [INFO] Initializing feature flag service. 
10:22:51 [INFO] Fetching feature flags fom remote 
[NAVIGATION] Time on resource: 00:01:44.3673941 --- PageName:Settings
10:22:51 [INFO] Sync succeeded {StartTime=08/05/2020 08:22:20,EndTime=08/05/2020 10:22:51,Elapsed time=7231.128662,User=001 NT26 FR1 VAL,AppVersion=2.2.1.0,DeviceName=}
10:22:51 [Verbose] Loading Truck images.. 
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
10:22:51 [Verbose] Sending POST request to https://api-project.eu/
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
10:22:51 [Verbose] Images loaded! 
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
10:22:51 [Verbose] Updating NPS scores... 
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
10:22:52 [Verbose] Sending POST request to https://api-project.eu/ 
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.Net.CookieException' in System.Net.Primitives.dll
Exception thrown: 'System.Net.CookieException' in System.Net.Primitives.dll
10:22:54 [Verbose] Response Status: OK 
10:22:55 [Verbose] 8 NPS scores retrieved. 
The thread 0x4a0c has exited with code 0 (0x0).
The thread 0x396c has exited with code 0 (0x0).
The thread 0x4804 has exited with code 0 (0x0).
The thread 0x49ac has exited with code 0 (0x0).
The thread 0x26e0 has exited with code 0 (0x0).
The thread 0xab8 has exited with code 0 (0x0).
The thread 0x486c has exited with code 0 (0x0).
The thread 0x4984 has exited with code 0 (0x0).
The thread 0x1fc4 has exited with code 0 (0x0).
The thread 0x49cc has exited with code 0 (0x0).
The thread 0xc28 has exited with code 0 (0x0).
The thread 0x48cc has exited with code 0 (0x0).
The thread 0x4a14 has exited with code 0 (0x0).
The thread 0x3c84 has exited with code 0 (0x0).
The thread 0x383c has exited with code 0 (0x0).
The thread 0x46b8 has exited with code 0 (0x0).
The thread 0x39cc has exited with code 0 (0x0).
The thread 0x4880 has exited with code 0 (0x0).
The thread 0x2dec has exited with code 0 (0x0).
Exception thrown: 'System.Net.CookieException' in System.Net.Primitives.dll
Exception thrown: 'System.Net.CookieException' in System.Net.Primitives.dll
Exception thrown: 'System.Threading.Tasks.TaskCanceledException' in System.Private.CoreLib.dll
Exception thrown: 'System.Threading.Tasks.TaskCanceledException' in System.Net.Http.dll
Exception thrown: 'System.Threading.Tasks.TaskCanceledException' in System.Private.CoreLib.dll
10:23:09 [Verbose] Response Status: OK 
10:23:09 [Verbose] List of trucks with ISite has been updated. 
Exception thrown: 'System.Threading.Tasks.TaskCanceledException' in System.Net.Http.dll
10:23:10 [Verbose] Sending GET request to https://api-project.eu/
Exception thrown: 'System.Threading.Tasks.TaskCanceledException' in System.Private.CoreLib.dll
Exception thrown: 'System.Threading.Tasks.TaskCanceledException' in System.Net.Http.dll
Exception thrown: 'System.Threading.Tasks.TaskCanceledException' in System.Private.CoreLib.dll
Exception thrown: 'System.Threading.Tasks.TaskCanceledException' in System.Net.Http.dll
Exception thrown: 'System.Threading.Tasks.TaskCanceledException' in System.Private.CoreLib.dll
Exception thrown: 'System.Threading.Tasks.TaskCanceledException' in System.Private.CoreLib.dll
10:23:10 [Verbose] Sending GET request to https://api-project.eu/
Exception thrown: 'System.Net.CookieException' in System.Net.Primitives.dll
Exception thrown: 'System.Net.CookieException' in System.Net.Primitives.dll
Exception thrown: 'System.Net.CookieException' in System.Net.Primitives.dll
Exception thrown: 'System.Net.CookieException' in System.Net.Primitives.dll
[NAVIGATION] Time on resource: 00:00:19.8941445 --- PageName:Dashboard
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
10:23:14 [TIMELOG] 00:04:27.9345340 - ApplicationStartup
The thread 0x4a14 has exited with code 0 (0x0).
[NAVIGATION] Time on resource: 00:00:07.9740931 --- PageName:Scheduling
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
The thread 0x4498 has exited with code 0 (0x0).
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
The thread 0x40f0 has exited with code 0 (0x0).
10:23:36 [Verbose] Sending GET request to https://api-project.eu/
Exception thrown: 'System.Net.CookieException' in System.Net.Primitives.dll
Exception thrown: 'System.Net.CookieException' in System.Net.Primitives.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Error: BindingExpression path error: 'QuotationClickedCommand' property not found on 'Project.MobilePlatform.Client.SharedLogic.Entities.DataViewModels.AssignmentViewModel'. BindingExpression: Path='QuotationClickedCommand' DataItem='Project.MobilePlatform.Client.SharedLogic.Entities.DataViewModels.AssignmentViewModel'; target element is 'Windows.UI.Xaml.Controls.Button' (Name='null'); target property is 'Command' (type 'ICommand')
The thread 0x295c has exited with code 0 (0x0).
10:23:51 [INFO] Fetching feature flags fom remote 
10:23:53 [Verbose] Sending GET request to https://api-project.eu/
Exception thrown: 'System.Net.CookieException' in System.Net.Primitives.dll
Exception thrown: 'System.Net.CookieException' in System.Net.Primitives.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
'Project.MobilePlatform.Client.UWP.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\exvestr1\DEV\Client\source\Project.MobilePlatform.Client.UWP\bin\x86\Debug\AppX\WindowsBase.dll'. Module was built without symbols.
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
10:24:22 [Verbose] Creating a new service order for quotation (ServiceOrderGUID = 0ccffd66-ee93-41f8-a17a-b1e73bd8472f 
10:24:22 [INFO] Creating a new assignment (AssignmentGUID = 12faa534-a66c-47aa-b2c8-0ca56d5ed6ec 
[NAVIGATION] Time on resource: 00:00:55.8982329 --- PageName:Quotations
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
10:24:33 [Verbose] Sending GET request to https://api-project.eu/
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.Net.CookieException' in System.Net.Primitives.dll
Exception thrown: 'System.Net.CookieException' in System.Net.Primitives.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
The thread 0x9e4 has exited with code 0 (0x0).
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Error: BindingExpression path error: 'FinalizeUserControlViewModel' property not found on 'Project.MobilePlatform.Client.SharedLogic.ViewModels.UserControls.EditQuotationUserControlViewModel'. BindingExpression: Path='FinalizeUserControlViewModel.IsFinalizeVisible' DataItem='Project.MobilePlatform.Client.SharedLogic.ViewModels.UserControls.EditQuotationUserControlViewModel'; target element is 'Windows.UI.Xaml.Controls.AppBarButton' (Name='AddItems'); target property is 'Visibility' (type 'Visibility')
10:24:51 [INFO] Fetching feature flags fom remote 
10:24:56 [Verbose] Creating a new service order for quotation (ServiceOrderGUID = 4ac50dc5-204b-4102-b04e-9e93aa752b80 
10:24:56 [INFO] Creating a new assignment (AssignmentGUID = 370c6473-e23c-4c3c-a8d5-1831a57ce66b 
10:24:56 [Verbose] Sending GET request to https://api-project.eu/
Exception thrown: 'System.Net.CookieException' in System.Net.Primitives.dll
Exception thrown: 'System.Net.CookieException' in System.Net.Primitives.dll
Error: BindingExpression path error: 'FinalizeUserControlViewModel' property not found on 'Project.MobilePlatform.Client.SharedLogic.ViewModels.UserControls.EditQuotationUserControlViewModel'. BindingExpression: Path='FinalizeUserControlViewModel.IsFinalizeVisible' DataItem='Project.MobilePlatform.Client.SharedLogic.ViewModels.UserControls.EditQuotationUserControlViewModel'; target element is 'Windows.UI.Xaml.Controls.AppBarButton' (Name='AddItems'); target property is 'Visibility' (type 'Visibility')
Exception thrown: 'System.Runtime.InteropServices.COMException' in Microsoft.AppCenter.dll
WinRT information: Cannot resolve TargetName HeaderContentPresenter.
2020-05-08 10:24:57.298 [AppCenter] DEBUG: Waiting for storage to finish operations.
An unhandled exception of type 'System.AccessViolationException' occurred in Microsoft.AppCenter.Crashes.dll
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
AnastasiaKubova commented 4 years ago

@verstr , thanks for share the logs! Could you please clarify which configuration you use to run your app? Also, is it happening in the release mode or in debug mode? Also could you please clarify do you use uwp.forms?

MatkovIvan commented 4 years ago

Hi, we haven't heard from you in a while so I'm closing this issue. Please reopen/comment if you have more questions or run into this again: additional info or reproduction sample is very welcome here.