diff --git a/.editorconfig b/.editorconfig index 46b8b33..f06fc59 100644 --- a/.editorconfig +++ b/.editorconfig @@ -42,3 +42,9 @@ dotnet_diagnostic.CA1056.severity = none # CA1055: I valori restituiti di Uri non devono essere stringhe dotnet_diagnostic.CA1055.severity = none + +# CA5368: Set ViewStateUserKey For Classes Derived From Page +dotnet_diagnostic.CA5368.severity = none + +# IDE1006: Naming Styles +dotnet_diagnostic.IDE1006.severity = none diff --git a/GPW_Admin/GPW_Admin.csproj b/GPW_Admin/GPW_Admin.csproj index c932cf7..57bd33b 100644 --- a/GPW_Admin/GPW_Admin.csproj +++ b/GPW_Admin/GPW_Admin.csproj @@ -388,7 +388,6 @@ - @@ -405,7 +404,6 @@ compilerconfig.json - @@ -441,8 +439,6 @@ - - @@ -530,8 +526,6 @@ - - diff --git a/GPW_Admin/WebUserControls/cmp_menuTop.ascx.cs b/GPW_Admin/WebUserControls/cmp_menuTop.ascx.cs index 1fccf80..5f12d82 100644 --- a/GPW_Admin/WebUserControls/cmp_menuTop.ascx.cs +++ b/GPW_Admin/WebUserControls/cmp_menuTop.ascx.cs @@ -10,12 +10,6 @@ namespace GPW_Admin.WebUserControls { public partial class cmp_menuTop : BaseUserControl { - #region Public Events - - public event EventHandler eh_doRefresh; - - #endregion Public Events - #region Protected Properties /// @@ -97,10 +91,7 @@ namespace GPW_Admin.WebUserControls memLayer.ML.emptySessionVal("valoreSearch"); } // se qualcuno ascolta sollevo evento nuovo valore... - if (eh_doRefresh != null) - { - eh_doRefresh(this, new EventArgs()); - } + raiseEvent(); } /// diff --git a/GPW_Admin/WebUserControls/cmp_periodoAnalisi.ascx.cs b/GPW_Admin/WebUserControls/cmp_periodoAnalisi.ascx.cs index 68c5c22..dd5d716 100644 --- a/GPW_Admin/WebUserControls/cmp_periodoAnalisi.ascx.cs +++ b/GPW_Admin/WebUserControls/cmp_periodoAnalisi.ascx.cs @@ -172,7 +172,9 @@ namespace GPW_Admin.WebUserControls } } catch (Exception exc) - { } + { + logger.lg.scriviLog($"Exception:{Environment.NewLine}{exc}"); + } if (!fatto) { _intervallo = new intervalloDate(); diff --git a/GPW_Admin/WebUserControls/mod_timbrMensili.ascx b/GPW_Admin/WebUserControls/mod_timbrMensili.ascx index f8718e2..90546f6 100644 --- a/GPW_Admin/WebUserControls/mod_timbrMensili.ascx +++ b/GPW_Admin/WebUserControls/mod_timbrMensili.ascx @@ -5,8 +5,13 @@
- - + + + + + +
diff --git a/GPW_Admin/WebUserControls/mod_timbrMensili.ascx.designer.cs b/GPW_Admin/WebUserControls/mod_timbrMensili.ascx.designer.cs index 368a672..5432909 100644 --- a/GPW_Admin/WebUserControls/mod_timbrMensili.ascx.designer.cs +++ b/GPW_Admin/WebUserControls/mod_timbrMensili.ascx.designer.cs @@ -1,10 +1,10 @@ //------------------------------------------------------------------------------ -// -// Codice generato da uno strumento. +// +// This code was generated by a tool. // -// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se -// il codice viene rigenerato. -// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// //------------------------------------------------------------------------------ namespace GPW_Admin.WebUserControls @@ -15,74 +15,74 @@ namespace GPW_Admin.WebUserControls { /// - /// Controllo filtroDip. + /// filtroDip control. /// /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::mod_filtro filtroDip; /// - /// Controllo odsDip. + /// odsDip control. /// /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.ObjectDataSource odsDip; /// - /// Controllo cmp_periodoAnalisi. + /// cmp_periodoAnalisi control. /// /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::GPW_Admin.WebUserControls.cmp_periodoAnalisi cmp_periodoAnalisi; /// - /// Controllo txtMinRedExtra. + /// txtMinRedExtra control. /// /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.TextBox txtMinRedExtra; /// - /// Controllo rblComp. + /// rblComp control. /// /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.RadioButtonList rblComp; /// - /// Controllo grView. + /// grView control. /// /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.GridView grView; /// - /// Controllo ods. + /// ods control. /// /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.ObjectDataSource ods; /// - /// Controllo lblNumRec. + /// lblNumRec control. /// /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.Label lblNumRec; } diff --git a/GPW_Admin/libmongocrypt.dylib b/GPW_Admin/libmongocrypt.dylib deleted file mode 100644 index 91418d4..0000000 Binary files a/GPW_Admin/libmongocrypt.dylib and /dev/null differ diff --git a/GPW_Admin/libmongocrypt.so b/GPW_Admin/libmongocrypt.so deleted file mode 100644 index 2e6bae0..0000000 Binary files a/GPW_Admin/libmongocrypt.so and /dev/null differ diff --git a/GPW_Admin/libzstd.dll b/GPW_Admin/libzstd.dll deleted file mode 100644 index e669123..0000000 Binary files a/GPW_Admin/libzstd.dll and /dev/null differ diff --git a/GPW_Admin/mongocrypt.dll b/GPW_Admin/mongocrypt.dll deleted file mode 100644 index 39d7e01..0000000 Binary files a/GPW_Admin/mongocrypt.dll and /dev/null differ diff --git a/GPW_Admin/snappy32.dll b/GPW_Admin/snappy32.dll deleted file mode 100644 index afc82ca..0000000 Binary files a/GPW_Admin/snappy32.dll and /dev/null differ diff --git a/GPW_Admin/snappy64.dll b/GPW_Admin/snappy64.dll deleted file mode 100644 index 36cd5fe..0000000 Binary files a/GPW_Admin/snappy64.dll and /dev/null differ diff --git a/GPW_Data/DS_Utility.Designer.cs b/GPW_Data/DS_Utility.Designer.cs index ebefadf..ff4b20e 100644 --- a/GPW_Data/DS_Utility.Designer.cs +++ b/GPW_Data/DS_Utility.Designer.cs @@ -1,10 +1,10 @@ //------------------------------------------------------------------------------ // -// Il codice è stato generato da uno strumento. -// Versione runtime:4.0.30319.42000 +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 // -// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se -// il codice viene rigenerato. +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. // //------------------------------------------------------------------------------ @@ -6361,7 +6361,7 @@ namespace GPW_data { return ((string)(this[this.tablev_selDipendenti.labelColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'label\' nella tabella \'v_selDipendenti\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'label\' in table \'v_selDipendenti\' is DBNull.", e); } } set { @@ -6377,7 +6377,7 @@ namespace GPW_data { return ((int)(this[this.tablev_selDipendenti.conditioColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'conditio\' nella tabella \'v_selDipendenti\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'conditio\' in table \'v_selDipendenti\' is DBNull.", e); } } set { @@ -6432,7 +6432,7 @@ namespace GPW_data { return ((string)(this[this.tablestp_getLastDays.DataColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'Data\' nella tabella \'stp_getLastDays\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Data\' in table \'stp_getLastDays\' is DBNull.", e); } } set { @@ -6475,7 +6475,7 @@ namespace GPW_data { return ((int)(this[this.tablestp_getMin.minutoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'minuto\' nella tabella \'stp_getMin\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'minuto\' in table \'stp_getMin\' is DBNull.", e); } } set { @@ -6518,7 +6518,7 @@ namespace GPW_data { return ((int)(this[this.tablestp_getHours.oraColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'ora\' nella tabella \'stp_getHours\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'ora\' in table \'stp_getHours\' is DBNull.", e); } } set { @@ -6572,7 +6572,7 @@ namespace GPW_data { return ((string)(this[this.tablev_selProgetti.labelColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'label\' nella tabella \'v_selProgetti\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'label\' in table \'v_selProgetti\' is DBNull.", e); } } set { @@ -6659,7 +6659,7 @@ namespace GPW_data { return ((string)(this[this.tablev_selFasi.labelColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'label\' nella tabella \'v_selFasi\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'label\' in table \'v_selFasi\' is DBNull.", e); } } set { @@ -6675,7 +6675,7 @@ namespace GPW_data { return ((int)(this[this.tablev_selFasi.conditioColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'conditio\' nella tabella \'v_selFasi\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'conditio\' in table \'v_selFasi\' is DBNull.", e); } } set { @@ -6741,7 +6741,7 @@ namespace GPW_data { return ((string)(this[this.tablev_selClienti.labelColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'label\' nella tabella \'v_selClienti\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'label\' in table \'v_selClienti\' is DBNull.", e); } } set { @@ -6757,7 +6757,7 @@ namespace GPW_data { return ((bool)(this[this.tablev_selClienti.conditioColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'conditio\' nella tabella \'v_selClienti\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'conditio\' in table \'v_selClienti\' is DBNull.", e); } } set { @@ -6812,7 +6812,7 @@ namespace GPW_data { return ((decimal)(this[this.tablestp_statsProj.oreBudgetColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'oreBudget\' nella tabella \'stp_statsProj\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'oreBudget\' in table \'stp_statsProj\' is DBNull.", e); } } set { @@ -6828,7 +6828,7 @@ namespace GPW_data { return ((decimal)(this[this.tablestp_statsProj.oreTotColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'oreTot\' nella tabella \'stp_statsProj\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'oreTot\' in table \'stp_statsProj\' is DBNull.", e); } } set { @@ -6844,7 +6844,7 @@ namespace GPW_data { return ((decimal)(this[this.tablestp_statsProj.oreMeseColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'oreMese\' nella tabella \'stp_statsProj\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'oreMese\' in table \'stp_statsProj\' is DBNull.", e); } } set { @@ -6860,7 +6860,7 @@ namespace GPW_data { return ((decimal)(this[this.tablestp_statsProj.oreMesePrecColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'oreMesePrec\' nella tabella \'stp_statsProj\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'oreMesePrec\' in table \'stp_statsProj\' is DBNull.", e); } } set { @@ -6972,7 +6972,7 @@ namespace GPW_data { return ((string)(this[this.tablev_selCodGiust.labelColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'label\' nella tabella \'v_selCodGiust\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'label\' in table \'v_selCodGiust\' is DBNull.", e); } } set { @@ -7015,7 +7015,7 @@ namespace GPW_data { return ((int)(this[this.tablenextValContatore.Column1Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'Column1\' nella tabella \'nextValContatore\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Column1\' in table \'nextValContatore\' is DBNull.", e); } } set { @@ -7080,7 +7080,7 @@ namespace GPW_data { return ((string)(this[this.tablev_selFasiOpt.labelColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'label\' nella tabella \'v_selFasiOpt\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'label\' in table \'v_selFasiOpt\' is DBNull.", e); } } set { @@ -7096,7 +7096,7 @@ namespace GPW_data { return ((int)(this[this.tablev_selFasiOpt.conditioColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'conditio\' nella tabella \'v_selFasiOpt\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'conditio\' in table \'v_selFasiOpt\' is DBNull.", e); } } set { @@ -7162,7 +7162,7 @@ namespace GPW_data { return ((int)(this[this.tableAnagKeyValue.valIntColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'valInt\' nella tabella \'AnagKeyValue\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'valInt\' in table \'AnagKeyValue\' is DBNull.", e); } } set { @@ -7178,7 +7178,7 @@ namespace GPW_data { return ((double)(this[this.tableAnagKeyValue.valFloatColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'valFloat\' nella tabella \'AnagKeyValue\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'valFloat\' in table \'AnagKeyValue\' is DBNull.", e); } } set { @@ -7194,7 +7194,7 @@ namespace GPW_data { return ((string)(this[this.tableAnagKeyValue.valStringColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'valString\' nella tabella \'AnagKeyValue\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'valString\' in table \'AnagKeyValue\' is DBNull.", e); } } set { @@ -7210,7 +7210,7 @@ namespace GPW_data { return ((string)(this[this.tableAnagKeyValue.descrizioneColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'descrizione\' nella tabella \'AnagKeyValue\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'descrizione\' in table \'AnagKeyValue\' is DBNull.", e); } } set { @@ -7300,7 +7300,7 @@ namespace GPW_data { return ((string)(this[this.tablev_selCodOrario.labelColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'label\' nella tabella \'v_selCodOrario\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'label\' in table \'v_selCodOrario\' is DBNull.", e); } } set { @@ -7354,7 +7354,7 @@ namespace GPW_data { return ((string)(this[this.tablev_selPageSize.labelColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'label\' nella tabella \'v_selPageSize\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'label\' in table \'v_selPageSize\' is DBNull.", e); } } set { @@ -7370,7 +7370,7 @@ namespace GPW_data { return ((int)(this[this.tablev_selPageSize.ordinalColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'ordinal\' nella tabella \'v_selPageSize\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'ordinal\' in table \'v_selPageSize\' is DBNull.", e); } } set { @@ -7425,8 +7425,7 @@ namespace GPW_data { return ((int)(this[this.tablestp_VSProjFasi_search.idxProgettoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'idxProgetto\' nella tabella \'stp_VSProjFasi_search\' è DBN" + - "ull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'idxProgetto\' in table \'stp_VSProjFasi_search\' is DBNull.", e); } } set { @@ -7480,7 +7479,7 @@ namespace GPW_data { return ((string)(this[this.tablefreqProgetti.nomeCommColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'nomeComm\' nella tabella \'freqProgetti\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'nomeComm\' in table \'freqProgetti\' is DBNull.", e); } } set { @@ -7496,7 +7495,7 @@ namespace GPW_data { return ((int)(this[this.tablefreqProgetti.idxFaseCommColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'idxFaseComm\' nella tabella \'freqProgetti\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'idxFaseComm\' in table \'freqProgetti\' is DBNull.", e); } } set { @@ -7512,7 +7511,7 @@ namespace GPW_data { return ((int)(this[this.tablefreqProgetti.idxFaseColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'idxFase\' nella tabella \'freqProgetti\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'idxFase\' in table \'freqProgetti\' is DBNull.", e); } } set { @@ -7528,7 +7527,7 @@ namespace GPW_data { return ((string)(this[this.tablefreqProgetti.nomeProjColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'nomeProj\' nella tabella \'freqProgetti\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'nomeProj\' in table \'freqProgetti\' is DBNull.", e); } } set { @@ -7544,7 +7543,7 @@ namespace GPW_data { return ((string)(this[this.tablefreqProgetti.nomeFaseColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'nomeFase\' nella tabella \'freqProgetti\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'nomeFase\' in table \'freqProgetti\' is DBNull.", e); } } set { @@ -7560,7 +7559,7 @@ namespace GPW_data { return ((decimal)(this[this.tablefreqProgetti.freqColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'freq\' nella tabella \'freqProgetti\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'freq\' in table \'freqProgetti\' is DBNull.", e); } } set { @@ -7576,7 +7575,7 @@ namespace GPW_data { return ((decimal)(this[this.tablefreqProgetti.qtyColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'qty\' nella tabella \'freqProgetti\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'qty\' in table \'freqProgetti\' is DBNull.", e); } } set { @@ -7592,7 +7591,7 @@ namespace GPW_data { return ((int)(this[this.tablefreqProgetti.totColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'tot\' nella tabella \'freqProgetti\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'tot\' in table \'freqProgetti\' is DBNull.", e); } } set { @@ -7608,7 +7607,7 @@ namespace GPW_data { return ((long)(this[this.tablefreqProgetti.RowNumColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'RowNum\' nella tabella \'freqProgetti\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'RowNum\' in table \'freqProgetti\' is DBNull.", e); } } set { @@ -7747,7 +7746,7 @@ namespace GPW_data { return ((string)(this[this.tablev_selProjFasi.valueColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'value\' nella tabella \'v_selProjFasi\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'value\' in table \'v_selProjFasi\' is DBNull.", e); } } set { @@ -7763,7 +7762,7 @@ namespace GPW_data { return ((string)(this[this.tablev_selProjFasi.labelColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'label\' nella tabella \'v_selProjFasi\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'label\' in table \'v_selProjFasi\' is DBNull.", e); } } set { @@ -7829,7 +7828,7 @@ namespace GPW_data { return ((string)(this[this.tablev_selListVal.valueColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'value\' nella tabella \'v_selListVal\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'value\' in table \'v_selListVal\' is DBNull.", e); } } set { @@ -7845,7 +7844,7 @@ namespace GPW_data { return ((string)(this[this.tablev_selListVal.labelColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'label\' nella tabella \'v_selListVal\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'label\' in table \'v_selListVal\' is DBNull.", e); } } set { @@ -7900,7 +7899,7 @@ namespace GPW_data { return ((string)(this[this.tablev_selGruppi.labelColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'label\' nella tabella \'v_selGruppi\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'label\' in table \'v_selGruppi\' is DBNull.", e); } } set { @@ -7927,7 +7926,7 @@ namespace GPW_data { return ((string)(this[this.tablev_selGruppi.conditioColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'conditio\' nella tabella \'v_selGruppi\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'conditio\' in table \'v_selGruppi\' is DBNull.", e); } } set { @@ -12694,14 +12693,13 @@ SELECT nomeVar, valInt, valFloat, valString, descrizione FROM AnagKeyValue WHERE } if (((this._anagKeyValueTableAdapter != null) && (this.MatchTableAdapterConnection(this._anagKeyValueTableAdapter.Connection) == false))) { - throw new global::System.ArgumentException("Tutti gli oggetti TableAdapter gestiti da TableAdapterManager devono utilizzare l" + - "a stessa stringa di connessione."); + throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + + "tring."); } global::System.Data.IDbConnection workConnection = this.Connection; if ((workConnection == null)) { - throw new global::System.ApplicationException("TableAdapterManager non contiene informazioni di connessione. Impostare la propri" + - "età TableAdapter di ciascun oggetto TableAdapterManager su un\'istanza TableAdapt" + - "er valida."); + throw new global::System.ApplicationException("TableAdapterManager contains no connection information. Set each TableAdapterMana" + + "ger TableAdapter property to a valid TableAdapter instance."); } bool workConnOpened = false; if (((workConnection.State & global::System.Data.ConnectionState.Broken) @@ -12714,8 +12712,8 @@ SELECT nomeVar, valInt, valFloat, valString, descrizione FROM AnagKeyValue WHERE } global::System.Data.IDbTransaction workTransaction = workConnection.BeginTransaction(); if ((workTransaction == null)) { - throw new global::System.ApplicationException("Impossibile avviare la transazione. La connessione dati corrente non supporta le " + - "transazioni oppure lo stato corrente non consente l\'avvio della transazione."); + throw new global::System.ApplicationException("The transaction cannot begin. The current data connection does not support transa" + + "ctions or the current state is not allowing the transaction to begin."); } global::System.Collections.Generic.List allChangedRows = new global::System.Collections.Generic.List(); global::System.Collections.Generic.List allAddedRows = new global::System.Collections.Generic.List(); diff --git a/GPW_Data/DS_Utility.xsd b/GPW_Data/DS_Utility.xsd index e6c8a9c..be3ecfc 100644 --- a/GPW_Data/DS_Utility.xsd +++ b/GPW_Data/DS_Utility.xsd @@ -556,7 +556,7 @@ ORDER BY ordinal - + @@ -571,7 +571,7 @@ ORDER BY ordinal - + @@ -584,21 +584,21 @@ ORDER BY ordinal - + - + - + @@ -621,7 +621,7 @@ ORDER BY ordinal - + @@ -636,7 +636,7 @@ ORDER BY ordinal - + @@ -651,7 +651,7 @@ ORDER BY ordinal - + @@ -663,7 +663,7 @@ ORDER BY ordinal - + @@ -683,14 +683,14 @@ ORDER BY ordinal - + - + @@ -706,7 +706,7 @@ ORDER BY ordinal - + @@ -735,7 +735,7 @@ ORDER BY ordinal - + @@ -755,7 +755,7 @@ ORDER BY ordinal - + @@ -776,7 +776,7 @@ ORDER BY ordinal - + @@ -784,7 +784,7 @@ ORDER BY ordinal - + @@ -817,7 +817,7 @@ ORDER BY ordinal - + @@ -844,7 +844,7 @@ ORDER BY ordinal - + @@ -864,7 +864,7 @@ ORDER BY ordinal - +