diff --git a/Config/Config.vbproj b/Config/Config.vbproj index a6a1d69b..b23ef41e 100644 --- a/Config/Config.vbproj +++ b/Config/Config.vbproj @@ -119,9 +119,9 @@ - + {8a8f20fc-c46e-41ac-bee7-218366cfff99} - NNEncryption + Encryption {903b2d7d-3b80-4be9-8713-7447b704e1b0} diff --git a/Config/My Project/AssemblyInfo.vb b/Config/My Project/AssemblyInfo.vb index ff36608f..a8af712d 100644 --- a/Config/My Project/AssemblyInfo.vb +++ b/Config/My Project/AssemblyInfo.vb @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - - + + diff --git a/Database/Adapters/MSSQLServer.vb b/Database/Adapters/MSSQLServer.vb index 344bb3c8..d69a950f 100644 --- a/Database/Adapters/MSSQLServer.vb +++ b/Database/Adapters/MSSQLServer.vb @@ -462,7 +462,8 @@ Public Class MSSQLServer Return True Catch ex As Exception - Logger.Error("ExecuteNonQueryWithConnectionObject: Error in ExecuteNonQueryWithConnectionObject while executing command: [{0}]", pSqlCommandObject.CommandText) + Dim omsg = $"Unexpected Error in ExecuteNonQueryWithConnectionObject while executing command: [{pSqlCommandObject.CommandText}]" + Logger.Warn(omsg) Logger.Error(ex) Return False diff --git a/Database/App.config b/Database/App.config index 446ac8a8..d354d31f 100644 --- a/Database/App.config +++ b/Database/App.config @@ -1,23 +1,23 @@ - + -
+
- + - - + + - - + + - + diff --git a/Database/Database.vbproj b/Database/Database.vbproj index 995cb2d6..c984fb30 100644 --- a/Database/Database.vbproj +++ b/Database/Database.vbproj @@ -146,9 +146,9 @@ - + {8a8f20fc-c46e-41ac-bee7-218366cfff99} - NNEncryption + Encryption {903b2d7d-3b80-4be9-8713-7447b704e1b0} @@ -162,9 +162,11 @@ + powershell.exe -command "& { &'$(SolutionDir)copy-binary.ps1' '$(TargetPath)' '$(TargetFileName)' '$(ConfigurationName)' '$(ProjectName)' }" + \ No newline at end of file diff --git a/Database/My Project/AssemblyInfo.vb b/Database/My Project/AssemblyInfo.vb index 007faec4..c07c695e 100644 --- a/Database/My Project/AssemblyInfo.vb +++ b/Database/My Project/AssemblyInfo.vb @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - - + + diff --git a/Database/packages.config b/Database/packages.config index 84e51e65..e10c0611 100644 --- a/Database/packages.config +++ b/Database/packages.config @@ -3,6 +3,8 @@ + + \ No newline at end of file diff --git a/EDMIAPI/app.config b/EDMIAPI/app.config index 6ddebb81..ff29abe3 100644 --- a/EDMIAPI/app.config +++ b/EDMIAPI/app.config @@ -1,21 +1,21 @@ - + - + - + - + @@ -25,7 +25,7 @@ - + @@ -33,7 +33,7 @@ - + @@ -41,9 +41,9 @@ - - + + - + diff --git a/Encryption/NNEncryption.vbproj b/Encryption/Encryption.vbproj similarity index 100% rename from Encryption/NNEncryption.vbproj rename to Encryption/Encryption.vbproj diff --git a/Encryption/My Project/AssemblyInfo.vb b/Encryption/My Project/AssemblyInfo.vb index 79f1fa70..05fe130a 100644 --- a/Encryption/My Project/AssemblyInfo.vb +++ b/Encryption/My Project/AssemblyInfo.vb @@ -8,7 +8,7 @@ Imports System.Runtime.InteropServices ' Werte der Assemblyattribute überprüfen - + @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' indem Sie "*" wie unten gezeigt eingeben: ' - - + + diff --git a/Interfaces/Interfaces.vbproj b/Interfaces/Interfaces.vbproj index 08ca32d3..33f7c351 100644 --- a/Interfaces/Interfaces.vbproj +++ b/Interfaces/Interfaces.vbproj @@ -12,6 +12,8 @@ Windows v4.6.2 + + true @@ -44,9 +46,8 @@ On - - False - D:\ProgramFiles\GdPicture.net 14\Redist\GdPicture.NET (.NET Framework 4.5)\GdPicture.NET.14.dll + + ..\packages\GdPicture.14.2.89\lib\net462\GdPicture.NET.14.dll @@ -173,4 +174,11 @@ powershell.exe -command "& { &'$(SolutionDir)copy-binary.ps1' '$(TargetPath)' '$(TargetFileName)' '$(ConfigurationName)' '$(ProjectName)' }" + + + + Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}". + + + \ No newline at end of file diff --git a/Interfaces/My Project/AssemblyInfo.vb b/Interfaces/My Project/AssemblyInfo.vb index 58b2bece..3c650118 100644 --- a/Interfaces/My Project/AssemblyInfo.vb +++ b/Interfaces/My Project/AssemblyInfo.vb @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - - + + diff --git a/Interfaces/app.config b/Interfaces/app.config index 99f551b0..bc16e955 100644 --- a/Interfaces/app.config +++ b/Interfaces/app.config @@ -1,11 +1,11 @@ - + - - + + - + diff --git a/Interfaces/packages.config b/Interfaces/packages.config index a98793bc..5848c7f8 100644 --- a/Interfaces/packages.config +++ b/Interfaces/packages.config @@ -1,5 +1,7 @@  + + \ No newline at end of file diff --git a/Jobs/App.config b/Jobs/App.config index 276809a3..15eac083 100644 --- a/Jobs/App.config +++ b/Jobs/App.config @@ -1,13 +1,13 @@ - + - + - - + + diff --git a/Jobs/GraphQL/GraphQLJob.vb b/Jobs/GraphQL/GraphQLJob.vb index 6bc83c49..f9666725 100644 --- a/Jobs/GraphQL/GraphQLJob.vb +++ b/Jobs/GraphQL/GraphQLJob.vb @@ -29,7 +29,7 @@ Public Class GraphQLJob With oConfigManager.Config _GraphQL = New GraphQLInterface(_LogConfig, .BaseUrl, .Email, .Password, .CertificateFingerprint) End With - + _Logger.Info($"baseUrl is: {oConfigManager.Config.BaseUrl}") _Model = New GraphQLModel(_LogConfig, _MSSQL) _Writer = New GraphQLWriter(_LogConfig, _MSSQL) diff --git a/Jobs/My Project/AssemblyInfo.vb b/Jobs/My Project/AssemblyInfo.vb index 55a40070..95cd4acd 100644 --- a/Jobs/My Project/AssemblyInfo.vb +++ b/Jobs/My Project/AssemblyInfo.vb @@ -30,5 +30,5 @@ Imports System.Runtime.InteropServices ' Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern ' übernehmen, indem Sie "*" eingeben: - - + + diff --git a/Modules.sln b/Modules.sln index 42af024d..470454c8 100644 --- a/Modules.sln +++ b/Modules.sln @@ -11,7 +11,7 @@ Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Database", "Database\Databa EndProject Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "EDMI.API", "EDMIAPI\EDMI.API.vbproj", "{25017513-0D97-49D3-98D7-BA76D9B251B0}" EndProject -Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "NNEncryption", "Encryption\NNEncryption.vbproj", "{8A8F20FC-C46E-41AC-BEE7-218366CFFF99}" +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Encryption", "Encryption\Encryption.vbproj", "{8A8F20FC-C46E-41AC-BEE7-218366CFFF99}" EndProject Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Interfaces", "Interfaces\Interfaces.vbproj", "{AB6F09BF-E794-4F6A-94BB-C97C0BA84D64}" EndProject diff --git a/Patterns/app.config b/Patterns/app.config index 99f551b0..bc16e955 100644 --- a/Patterns/app.config +++ b/Patterns/app.config @@ -1,11 +1,11 @@ - + - - + + - + diff --git a/ZooFlow/app.config b/ZooFlow/app.config index 99f551b0..bc16e955 100644 --- a/ZooFlow/app.config +++ b/ZooFlow/app.config @@ -1,11 +1,11 @@ - + - - + + - +