From ed1a2e50e3fcdc8aeb395da49a8a457650fdb6a9 Mon Sep 17 00:00:00 2001 From: duhowise Date: Thu, 15 Feb 2018 04:22:11 +0000 Subject: [PATCH] Fixed Release SqliteException First Working Release without Error --- .../UniVoting.Admin/UniVoting.Admin.csproj | 20 + .../Properties.Resources.Designer.cs.dll | Bin 3584 -> 3584 bytes ...niVoting.Admin.csproj.FileListAbsolute.txt | 8 +- UniVoting/Src/UniVoting.Client/App.config | 10 + UniVoting/Src/UniVoting.Client/App.xaml.cs | 2 +- .../ConfirmDialogControl.xaml | 2 +- .../SkipVoteDialogControl.xaml | 4 +- .../UniVoting.Client/UniVoting.Client.csproj | 48 ++- .../bin/Debug/UniVoting.Client.vshost.exe | Bin 22696 -> 0 bytes .../Debug/UniVoting.Client.vshost.exe.config | 29 -- ...gnTimeResolveAssemblyReferencesInput.cache | Bin 19437 -> 19508 bytes ...iVoting.Client.csproj.FileListAbsolute.txt | 44 ++- .../Src/UniVoting.Data/UniVoting.Data.csproj | 18 + .../UniVoting.LiveView.csproj | 20 + .../Properties.Resources.Designer.cs.dll | Bin 3584 -> 3584 bytes .../UniVoting.Model/UniVoting.Model.csproj | 18 + ...niVoting.Model.csproj.FileListAbsolute.txt | 1 + .../UniVoting.Services.csproj | 18 + .../Univoting.Reporting.csproj | 18 + UniVoting/UniVoting-SetupFiles/UniVoting.exe | Bin 1685686 -> 1728694 bytes UniVoting/UniVoting-cache/cacheIndex.txt | Bin 52 -> 52 bytes .../UniVoting-cache/part1/output-info.ini | Bin 18986 -> 0 bytes .../UniVoting-cache/part2/output-info.ini | Bin 0 -> 32768 bytes UniVoting/UniVoting.aip | 312 +++++++++------- UniVoting/UniVoting.back.aip | 341 ++++++++++++++++++ UniVoting/UniVoting.sln | 69 +++- 26 files changed, 779 insertions(+), 203 deletions(-) delete mode 100644 UniVoting/Src/UniVoting.Client/bin/Debug/UniVoting.Client.vshost.exe delete mode 100644 UniVoting/Src/UniVoting.Client/bin/Debug/UniVoting.Client.vshost.exe.config delete mode 100644 UniVoting/UniVoting-cache/part1/output-info.ini create mode 100644 UniVoting/UniVoting-cache/part2/output-info.ini create mode 100644 UniVoting/UniVoting.back.aip diff --git a/UniVoting/Src/UniVoting.Admin/UniVoting.Admin.csproj b/UniVoting/Src/UniVoting.Admin/UniVoting.Admin.csproj index b51a65c..1e8bf72 100644 --- a/UniVoting/Src/UniVoting.Admin/UniVoting.Admin.csproj +++ b/UniVoting/Src/UniVoting.Admin/UniVoting.Admin.csproj @@ -35,6 +35,26 @@ prompt 4 + + true + bin\x64\Debug\ + DEBUG;TRACE + full + x64 + prompt + MinimumRecommendedRules.ruleset + true + + + bin\x64\Release\ + TRACE + true + pdbonly + x64 + prompt + MinimumRecommendedRules.ruleset + true + ..\..\packages\Autofac.4.6.2\lib\net45\Autofac.dll diff --git a/UniVoting/Src/UniVoting.Admin/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll b/UniVoting/Src/UniVoting.Admin/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll index b07ea9ce0bbdfa35506c353cccf9317e8295fa96..0b57d60e2220b460baae4158dbf0b0d3f6124e00 100644 GIT binary patch delta 35 rcmZpWX^@%F!BqEZV^kTsi`~nWI delta 35 rcmZpWX^@%F!8H5o#;z((fytXB^se~4^ + @@ -12,6 +13,7 @@ + @@ -66,6 +68,14 @@ + + + + + + + + diff --git a/UniVoting/Src/UniVoting.Client/App.xaml.cs b/UniVoting/Src/UniVoting.Client/App.xaml.cs index a90aa30..62379d6 100644 --- a/UniVoting/Src/UniVoting.Client/App.xaml.cs +++ b/UniVoting/Src/UniVoting.Client/App.xaml.cs @@ -27,7 +27,7 @@ public App() private void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e) { - if (e.ExceptionObject is Exception exp) MessageBox.Show(exp.InnerException?.ToString()); + if (e.ExceptionObject is Exception exp) MessageBox.Show(exp.Message); } protected override async void OnStartup(StartupEventArgs e) diff --git a/UniVoting/Src/UniVoting.Client/ConfirmDialogControl.xaml b/UniVoting/Src/UniVoting.Client/ConfirmDialogControl.xaml index fe4df32..569b4ad 100644 --- a/UniVoting/Src/UniVoting.Client/ConfirmDialogControl.xaml +++ b/UniVoting/Src/UniVoting.Client/ConfirmDialogControl.xaml @@ -12,7 +12,7 @@ - +