From a70f006bb196dca601d0b88cdc6ac4a59663f6d8 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Thu, 12 Oct 2023 08:43:02 +0200 Subject: [PATCH] fix --- app/ResultHandler_Konfig/App.config | 3 ++- .../My Project/Settings.Designer.vb | 24 +++++++++---------- .../My Project/Settings.settings | 16 ++++++------- 3 files changed, 22 insertions(+), 21 deletions(-) diff --git a/app/ResultHandler_Konfig/App.config b/app/ResultHandler_Konfig/App.config index e5a2184..348668e 100644 --- a/app/ResultHandler_Konfig/App.config +++ b/app/ResultHandler_Konfig/App.config @@ -8,7 +8,8 @@
- + diff --git a/app/ResultHandler_Konfig/My Project/Settings.Designer.vb b/app/ResultHandler_Konfig/My Project/Settings.Designer.vb index 4e53a59..78acb65 100644 --- a/app/ResultHandler_Konfig/My Project/Settings.Designer.vb +++ b/app/ResultHandler_Konfig/My Project/Settings.Designer.vb @@ -15,7 +15,7 @@ Option Explicit On Namespace My _ Partial Friend NotInheritable Class MySettings Inherits Global.System.Configuration.ApplicationSettingsBase @@ -54,17 +54,6 @@ Namespace My End Get End Property - _ - Public ReadOnly Property SQLSERVER_CS() As String - Get - Return CType(Me("SQLSERVER_CS"),String) - End Get - End Property - _ @@ -100,6 +89,17 @@ Namespace My Me("Debug_Active") = value End Set End Property + + _ + Public ReadOnly Property SQLSERVER_CS() As String + Get + Return CType(Me("SQLSERVER_CS"),String) + End Get + End Property End Class End Namespace diff --git a/app/ResultHandler_Konfig/My Project/Settings.settings b/app/ResultHandler_Konfig/My Project/Settings.settings index 207d857..5f9e6ca 100644 --- a/app/ResultHandler_Konfig/My Project/Settings.settings +++ b/app/ResultHandler_Konfig/My Project/Settings.settings @@ -2,14 +2,6 @@ - - <?xml version="1.0" encoding="utf-16"?> -<SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> - <ConnectionString>Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd</ConnectionString> - <ProviderName>System.Data.SqlClient</ProviderName> -</SerializableConnectionString> - Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd - @@ -19,5 +11,13 @@ False + + <?xml version="1.0" encoding="utf-16"?> +<SerializableConnectionString xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <ConnectionString>Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd</ConnectionString> + <ProviderName>System.Data.SqlClient</ProviderName> +</SerializableConnectionString> + Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd + \ No newline at end of file