diff --git a/ENI-2/ENI2/ENI2/DetailRootControl.xaml.cs b/ENI-2/ENI2/ENI2/DetailRootControl.xaml.cs
index 420847a9..62e8fdda 100644
--- a/ENI-2/ENI2/ENI2/DetailRootControl.xaml.cs
+++ b/ENI-2/ENI2/ENI2/DetailRootControl.xaml.cs
@@ -734,7 +734,7 @@ namespace ENI2
this._errorListDialog.Loaded += (o, e) => this._errorListDialog.RefreshVisible = true;
this._errorListDialog.ErrorSelected += _errorListDialog_ErrorSelected;
this._errorListDialog.RefreshClicked += _errorListDialog_RefreshClicked;
- this._errorListDialog.ShowDialog();
+ this._errorListDialog.Show();
}
this._errorListDialog.Errors = vErrors;
}
diff --git a/ENI-2/ENI2/ENI2/ENI2.csproj b/ENI-2/ENI2/ENI2/ENI2.csproj
index dd5f038f..1c5367cf 100644
--- a/ENI-2/ENI2/ENI2/ENI2.csproj
+++ b/ENI-2/ENI2/ENI2/ENI2.csproj
@@ -28,14 +28,13 @@
false
true
http://192.168.2.4/eni2.publish/
- http://192.168.2.24/eni2.publish/
http://www.textbausteine.net/
ENI2
Informatikbüro Daniel Schick
3.5.1.0
true
publish.html
- 2
+ 4
5.2.0.%2a
false
true
diff --git a/Stundensheet.xlsx b/Stundensheet.xlsx
index c0240224..c35a3cce 100644
Binary files a/Stundensheet.xlsx and b/Stundensheet.xlsx differ
diff --git a/nsw/Serverumzug.txt b/nsw/Serverumzug.txt
index e117ced9..3cb232f6 100644
--- a/nsw/Serverumzug.txt
+++ b/nsw/Serverumzug.txt
@@ -2,3 +2,21 @@ Neue VM:
NSW: 192.168.2.24
Wetris: 192.168.2.23
AIS: 192.168.2.25
+
+Installationprotokoll NSW:
+- händische Anlage Verzeichnisstruktur unter c:\work
+- direktes Kopieren der Tools vom alten Server
+- Notepad++ aus dem Internet installiert
+- direkte Kopie Vorlagen
+- Kopieren Dateien Services
+- ExcelReadService:
+ - Install_service.bat aufrufen (Service wird als Dienst installiert)
+ - Als Account habe ich bsmd\Administrator verwendet (kann hinterher noch geändert werden)
+- Datenbank migrieren: https://stackoverflow.com/questions/18866321/how-to-copy-sql-server-2008-r2-database-from-one-machine-to-another/18866833
+- neuen Connection String in die .config Dateien eintragen: Initial Catalog=nsw;Data Source=SRV-04\SQLEXPRESS;Uid=dfuser;pwd=dfpasswd;Persist Security Info=False;Connection Reset=false
+- ReportGenerator: Dateien kopiert, ConnectionString angepasst
+(hier gibt es kein .bat File, man verwendet einfach installutil.exe aus dem Framework)
+- Images (C:\work\image) kopiert
+- Java JRE installiert
+
+