diff --git a/ScheMe/Web.config b/ScheMe/Web.config
index 8f31595..5372398 100644
--- a/ScheMe/Web.config
+++ b/ScheMe/Web.config
@@ -40,6 +40,8 @@
+
+
@@ -61,7 +63,7 @@
-->
-
+
@@ -91,7 +93,8 @@
-
+
+
diff --git a/ScheMe/WebUserControls/mod_reportVisita.ascx.cs b/ScheMe/WebUserControls/mod_reportVisita.ascx.cs
index 89a0449..9d7b15f 100644
--- a/ScheMe/WebUserControls/mod_reportVisita.ascx.cs
+++ b/ScheMe/WebUserControls/mod_reportVisita.ascx.cs
@@ -40,7 +40,8 @@ namespace ScheMe.WebUserControls
{ }
// 1) impostazione file report
- localReport.ReportPath = @".\Reports\ReportVisita.rdlc";
+ localReport.ReportPath = string.Format(@"{0}\ReportVisita.rdlc", memLayer.ML.CRS("ReportBasePath"));
+ //localReport.ReportPath = @".\Reports\ReportVisita.rdlc";
// 2) caricamento tab dati
DataTable tabRepVis = new DataTable();
diff --git a/ScheMe/bin/ScheMe.dll b/ScheMe/bin/ScheMe.dll
index df1c29e..6d00482 100644
Binary files a/ScheMe/bin/ScheMe.dll and b/ScheMe/bin/ScheMe.dll differ
diff --git a/ScheMe/bin/ScheMe.dll.config b/ScheMe/bin/ScheMe.dll.config
index 8f31595..e6cd53c 100644
--- a/ScheMe/bin/ScheMe.dll.config
+++ b/ScheMe/bin/ScheMe.dll.config
@@ -40,6 +40,8 @@
+
+
@@ -61,7 +63,7 @@
-->
-
+
@@ -91,7 +93,8 @@
-
+
+
diff --git a/ScheMe/bin/ScheMe_Data.dll b/ScheMe/bin/ScheMe_Data.dll
index 8e89d55..ad29be9 100644
Binary files a/ScheMe/bin/ScheMe_Data.dll and b/ScheMe/bin/ScheMe_Data.dll differ
diff --git a/ScheMe/bin/SteamWare.dll b/ScheMe/bin/SteamWare.dll
index 3e432b9..8100f93 100644
Binary files a/ScheMe/bin/SteamWare.dll and b/ScheMe/bin/SteamWare.dll differ
diff --git a/ScheMe_Data/bin/Debug/ScheMe_Data.dll b/ScheMe_Data/bin/Debug/ScheMe_Data.dll
index 8e89d55..ad29be9 100644
Binary files a/ScheMe_Data/bin/Debug/ScheMe_Data.dll and b/ScheMe_Data/bin/Debug/ScheMe_Data.dll differ
diff --git a/ScheMe_Data/bin/Debug/SteamWare.dll b/ScheMe_Data/bin/Debug/SteamWare.dll
index 3e432b9..8100f93 100644
Binary files a/ScheMe_Data/bin/Debug/SteamWare.dll and b/ScheMe_Data/bin/Debug/SteamWare.dll differ