diff --git a/GUIs.Common/Common.vbproj b/GUIs.Common/Common.vbproj
index e75de04d..aa8be218 100644
--- a/GUIs.Common/Common.vbproj
+++ b/GUIs.Common/Common.vbproj
@@ -71,7 +71,10 @@
- ..\Controls.DocumentViewer\bin\Debug\DigitalData.Controls.DocumentViewer.dll
+ ..\..\Controls.DocumentViewer\bin\Debug\DigitalData.Controls.DocumentViewer.dll
+
+
+ ..\Controls.LookupGrid\bin\Debug\DigitalData.Controls.LookupGrid.dll
..\..\DDModules\Base\bin\Debug\DigitalData.Modules.Base.dll
@@ -84,7 +87,8 @@
False
..\..\DDModules\Database\bin\Debug\DigitalData.Modules.Database.dll
-
+
+ False
..\..\DDModules\EDMIAPI\bin\Debug\DigitalData.Modules.EDMI.API.dll
@@ -537,12 +541,6 @@
Settings.Designer.vb
-
-
- {3DCD6D1A-C830-4241-B7E4-27430E7EA483}
- LookupControl
-
-
diff --git a/GUIs.Common/My Project/AssemblyInfo.vb b/GUIs.Common/My Project/AssemblyInfo.vb
index 497148cb..b122dce5 100644
--- a/GUIs.Common/My Project/AssemblyInfo.vb
+++ b/GUIs.Common/My Project/AssemblyInfo.vb
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben:
'
-
-
+
+
diff --git a/GUIs.Common/NNfrmNotification_Startup.vb b/GUIs.Common/NNfrmNotification_Startup.vb
index d1419ff0..13124db9 100644
--- a/GUIs.Common/NNfrmNotification_Startup.vb
+++ b/GUIs.Common/NNfrmNotification_Startup.vb
@@ -119,7 +119,7 @@ Public Class NNfrmNotification_Startup
RichEditControl1.Dock = Windows.Forms.DockStyle.Fill
Else
If IO.File.Exists(oMSG_STRING) Then
- DocumentViewer1.LoadFile(oMSG_STRING)
+ DocumentViewer1.LoadFile_FromPath(oMSG_STRING)
DocumentViewer1.Visible = True
DocumentViewer1.Dock = Windows.Forms.DockStyle.Fill
Else
diff --git a/GUIs.Common/frmNotification_Startup.vb b/GUIs.Common/frmNotification_Startup.vb
index f1de0466..5cc978fb 100644
--- a/GUIs.Common/frmNotification_Startup.vb
+++ b/GUIs.Common/frmNotification_Startup.vb
@@ -112,7 +112,7 @@ Public Class frmNotification_Startup
RichEditControl1.Dock = Windows.Forms.DockStyle.Fill
Else
If IO.File.Exists(oMSG_STRING) Then
- DocumentViewer1.LoadFile(oMSG_STRING)
+ DocumentViewer1.LoadFile_FromPath(oMSG_STRING)
DocumentViewer1.Visible = True
DocumentViewer1.Dock = Windows.Forms.DockStyle.Fill
Else