diff --git a/SDL.sln b/SDL.sln index 22cb8745..2bf5a425 100644 --- a/SDL.sln +++ b/SDL.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.28307.106 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29509.3 MinimumVisualStudioVersion = 10.0.40219.1 Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "SDL", "SDL\SDL.vbproj", "{289BCD77-BC00-4BA1-95ED-A79176D99525}" EndProject @@ -17,7 +17,9 @@ Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "VERAG_PROG_ALLGEMEIN", "VER EndProject Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Gemeinsames", "..\..\AVISO\Aviso\Gemeinsames\Gemeinsames.vbproj", "{110C923B-CB02-4FD0-AF24-95E0F0EEEFF5}" EndProject -Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Parkzeit", "..\..\Parkzeit\Parkzeit\Parkzeit\Parkzeit.vbproj", "{E4190547-B222-4AE3-A0BE-A44EAEE70335}" +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Parkzeit", "..\..\Parkzeit\Parkzeit\Parkzeit.vbproj", "{E4190547-B222-4AE3-A0BE-A44EAEE70335}" +EndProject +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "TELOTEC_Worker_lib", "..\..\ADMIN\ADMIN\TELOTEK_Worker_lib\TELOTEC_Worker_lib.vbproj", "{5B947A66-009A-4BB6-B925-F84A01045095}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -109,6 +111,18 @@ Global {E4190547-B222-4AE3-A0BE-A44EAEE70335}.Release|Mixed Platforms.Build.0 = Release|x86 {E4190547-B222-4AE3-A0BE-A44EAEE70335}.Release|x86.ActiveCfg = Release|x86 {E4190547-B222-4AE3-A0BE-A44EAEE70335}.Release|x86.Build.0 = Release|x86 + {5B947A66-009A-4BB6-B925-F84A01045095}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5B947A66-009A-4BB6-B925-F84A01045095}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5B947A66-009A-4BB6-B925-F84A01045095}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {5B947A66-009A-4BB6-B925-F84A01045095}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {5B947A66-009A-4BB6-B925-F84A01045095}.Debug|x86.ActiveCfg = Debug|Any CPU + {5B947A66-009A-4BB6-B925-F84A01045095}.Debug|x86.Build.0 = Debug|Any CPU + {5B947A66-009A-4BB6-B925-F84A01045095}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5B947A66-009A-4BB6-B925-F84A01045095}.Release|Any CPU.Build.0 = Release|Any CPU + {5B947A66-009A-4BB6-B925-F84A01045095}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {5B947A66-009A-4BB6-B925-F84A01045095}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {5B947A66-009A-4BB6-B925-F84A01045095}.Release|x86.ActiveCfg = Release|Any CPU + {5B947A66-009A-4BB6-B925-F84A01045095}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/SDL/SDL.vbproj b/SDL/SDL.vbproj index be08533a..a67809ea 100644 --- a/SDL/SDL.vbproj +++ b/SDL/SDL.vbproj @@ -4005,10 +4005,9 @@ Gemeinsames False - + {e4190547-b222-4ae3-a0be-a44eaee70335} Parkzeit - False {4167823d-7cb2-497d-958b-d579d6492e6b} diff --git a/SDL/cSqlDb.vb b/SDL/cSqlDb.vb index e08b9f63..cb271717 100644 --- a/SDL/cSqlDb.vb +++ b/SDL/cSqlDb.vb @@ -254,7 +254,8 @@ Public Class cOptionenDAL End Using dr.Close() Catch ex As Exception - MsgBox(System.Reflection.MethodInfo.GetCurrentMethod.Name & ": Fehler mit der Datenbankverbindung.", "Datenbankfehler") + MsgBox(ex.Message) + 'MsgBox(System.Reflection.MethodInfo.GetCurrentMethod.Name & ": Fehler mit der Datenbankverbindung.", "Datenbankfehler") Return False End Try diff --git a/VERAG_PROG_ALLGEMEIN/My Project/Settings.Designer.vb b/VERAG_PROG_ALLGEMEIN/My Project/Settings.Designer.vb index 6f2e9f0d..8789d69f 100644 --- a/VERAG_PROG_ALLGEMEIN/My Project/Settings.Designer.vb +++ b/VERAG_PROG_ALLGEMEIN/My Project/Settings.Designer.vb @@ -75,12 +75,12 @@ Namespace My Return CType(Me("FMZOLL_PRODConnectionString"),String) End Get End Property - - _ + + Public ReadOnly Property ADMINConnectionString() As String Get Return CType(Me("ADMINConnectionString"),String) @@ -108,13 +108,13 @@ Namespace My Return CType(Me("FMZOLLConnectionString"),String) End Get End Property - - _ + + Public ReadOnly Property AVISOConnectionString() As String Get Return CType(Me("AVISOConnectionString"),String) @@ -132,24 +132,24 @@ Namespace My Return CType(Me("SDLConnectionString"),String) End Get End Property - - _ + + Public ReadOnly Property EZOLLConnectionString() As String Get Return CType(Me("EZOLLConnectionString"),String) End Get End Property - - _ + + Public ReadOnly Property AVISO_ATILLAConnectionString() As String Get Return CType(Me("AVISO_ATILLAConnectionString"),String) @@ -178,12 +178,12 @@ Namespace My Return CType(Me("ATLAS_SBGConnectionString"),String) End Get End Property - - _ + + Public ReadOnly Property UID_PRODConnectionString() As String Get Return CType(Me("UID_PRODConnectionString"),String) @@ -213,12 +213,12 @@ Namespace My Me("SCANCANON_PRODConnectionString") = value End Set End Property - - _ + + Public ReadOnly Property FDConnectionString() As String Get Return CType(Me("FDConnectionString"),String) @@ -245,12 +245,12 @@ Namespace My Return CType(Me("VERAG_PROG_ALLGEMEIN_UIDPruefung_checkVatService"),String) End Get End Property - - _ + + Public Property DISPOConnectionString() As String Get Return CType(Me("DISPOConnectionString"),String)