diff --git a/WebWindowComplex/TableComp.razor.cs b/WebWindowComplex/TableComp.razor.cs index 571f966..9515297 100644 --- a/WebWindowComplex/TableComp.razor.cs +++ b/WebWindowComplex/TableComp.razor.cs @@ -163,7 +163,7 @@ namespace WebWindowComplex { // Ricava il percorso assoluto sul disco del server - string filePath = Path.Combine("Data", "Lemmi.json"); + string filePath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory,"Data", "Lemmi.json"); if (File.Exists(filePath)) { diff --git a/WebWindowComplex/WebWindowComplex.csproj b/WebWindowComplex/WebWindowComplex.csproj index 72998ba..bed1888 100644 --- a/WebWindowComplex/WebWindowComplex.csproj +++ b/WebWindowComplex/WebWindowComplex.csproj @@ -6,7 +6,7 @@ net8.0 enable enable - 3.1.8.1412 + 3.1.8.1413 Annamaria Sassi Egalware Componente gestione Configurazioni avanzate Window per LUX @@ -223,6 +223,9 @@ + + + diff --git a/WebWindowConfigurator/WebWindowConfigurator.csproj b/WebWindowConfigurator/WebWindowConfigurator.csproj index 011bff9..0beb9aa 100644 --- a/WebWindowConfigurator/WebWindowConfigurator.csproj +++ b/WebWindowConfigurator/WebWindowConfigurator.csproj @@ -6,7 +6,7 @@ net8.0 enable enable - 3.1.8.1412 + 3.1.8.1413 Annamaria Sassi Egalware Componente gestione JWD per LUX @@ -536,6 +536,9 @@ + + +