fix vari
This commit is contained in:
Binary file not shown.
@@ -178,7 +178,7 @@
|
||||
</site>
|
||||
<site name="GPW_Smart" id="4">
|
||||
<application path="/" applicationPool="Clr4IntegratedAppPool">
|
||||
<virtualDirectory path="/" physicalPath="C:\Users\samuele\Documents\VisualStudioProjects\GPW\GPW_Smart" />
|
||||
<virtualDirectory path="/" physicalPath="C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\GPW\GPW_Smart" />
|
||||
</application>
|
||||
<bindings>
|
||||
<binding protocol="http" bindingInformation="*:14285:localhost" />
|
||||
@@ -186,7 +186,7 @@
|
||||
</site>
|
||||
<site name="GPW_Barcode" id="5">
|
||||
<application path="/" applicationPool="Clr4IntegratedAppPool">
|
||||
<virtualDirectory path="/" physicalPath="C:\Users\samuele\Documents\VisualStudioProjects\GPW\GPW_Barcode" />
|
||||
<virtualDirectory path="/" physicalPath="C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\GPW\GPW_Barcode" />
|
||||
</application>
|
||||
<bindings>
|
||||
<binding protocol="http" bindingInformation="*:17423:localhost" />
|
||||
@@ -194,7 +194,7 @@
|
||||
</site>
|
||||
<site name="GPW_Commesse" id="6">
|
||||
<application path="/" applicationPool="Clr4IntegratedAppPool">
|
||||
<virtualDirectory path="/" physicalPath="C:\Users\samuele\Documents\VisualStudioProjects\GPW\GPW_Commesse" />
|
||||
<virtualDirectory path="/" physicalPath="C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\GPW\GPW_Commesse" />
|
||||
</application>
|
||||
<bindings>
|
||||
<binding protocol="http" bindingInformation="*:17481:localhost" />
|
||||
@@ -210,7 +210,7 @@
|
||||
</site>
|
||||
<site name="HOME" id="8">
|
||||
<application path="/" applicationPool="Clr4IntegratedAppPool">
|
||||
<virtualDirectory path="/" physicalPath="C:\Users\samuele\Documents\VisualStudioProjects\GPW\HOME" />
|
||||
<virtualDirectory path="/" physicalPath="C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\GPW\HOME" />
|
||||
</application>
|
||||
<bindings>
|
||||
<binding protocol="http" bindingInformation="*:37893:localhost" />
|
||||
|
||||
@@ -1,10 +1,5 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
using SteamWare;
|
||||
using SteamWare;
|
||||
using System;
|
||||
|
||||
namespace GPW.AdminArea
|
||||
{
|
||||
@@ -14,6 +9,7 @@ namespace GPW.AdminArea
|
||||
{
|
||||
memLayer.ML.setSessionVal("preUrlString", "", true);
|
||||
memLayer.ML.setSessionVal("nextPage", "menu.aspx");
|
||||
logger.lg.scriviLog(string.Format("Errore utente non inizializzato: rimando a login.aspx, dalla pagina {0}", "menu.aspx"), tipoLog.STARTUP);
|
||||
Response.Redirect("login.aspx");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<IISExpressWindowsAuthentication>enabled</IISExpressWindowsAuthentication>
|
||||
<IISExpressUseClassicPipelineMode>false</IISExpressUseClassicPipelineMode>
|
||||
<ProjectView>ShowAllFiles</ProjectView>
|
||||
<NameOfLastUsedPublishProfile>SPS</NameOfLastUsedPublishProfile>
|
||||
<NameOfLastUsedPublishProfile>IIS02</NameOfLastUsedPublishProfile>
|
||||
</PropertyGroup>
|
||||
<ProjectExtensions>
|
||||
<VisualStudio>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<link href="~/css/Style.css" rel="stylesheet" type="text/css" />
|
||||
<% } %>
|
||||
<asp:Panel ID="pnlForceUser" runat="server">
|
||||
<table width="100%">
|
||||
<table>
|
||||
<tr>
|
||||
<td class="chPwdTitle">
|
||||
<asp:Label runat="server" ID="lblTitolo" />
|
||||
@@ -51,7 +51,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" align="center">
|
||||
<td colspan="2">
|
||||
<asp:HyperLink ID="HypLinkSSO" runat="server" NavigateUrl="~/login.aspx" Text="Single-Sign-On Login"></asp:HyperLink>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -1,14 +1,6 @@
|
||||
using System;
|
||||
using System.Data;
|
||||
using System.Configuration;
|
||||
using System.Collections;
|
||||
using System.Web;
|
||||
using System.Web.Security;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
using System.Web.UI.WebControls.WebParts;
|
||||
using System.Web.UI.HtmlControls;
|
||||
using SteamWare;
|
||||
using System;
|
||||
using System.Web.UI;
|
||||
|
||||
/// <summary>
|
||||
/// classe gestione login e forzatura login
|
||||
@@ -54,9 +46,11 @@ public partial class mod_login : ApplicationUserControl
|
||||
/// </summary>
|
||||
private void AdLogin()
|
||||
{
|
||||
logger.lg.scriviLog(string.Format("Inizio procedura login..."), tipoLog.INFO);
|
||||
lblMessage.Text = traduci("UserNotAuth");
|
||||
if (Page.User.Identity.IsAuthenticated)
|
||||
{
|
||||
logger.lg.scriviLog(string.Format("Login 01"), tipoLog.INFO);
|
||||
//recupera user windows se c'è...
|
||||
string ad_name = Page.User.Identity.Name;
|
||||
string delimStr = "\\";
|
||||
@@ -66,10 +60,11 @@ public partial class mod_login : ApplicationUserControl
|
||||
user_std _utente = new user_std();
|
||||
if (_utente.ADuserOk(dom_user[0], dom_user[1]))
|
||||
{
|
||||
logger.lg.scriviLog(string.Format("Login 02"), tipoLog.INFO);
|
||||
bool fatto = _utente.startUpUtente(dom_user[0], dom_user[1]);
|
||||
if (fatto)
|
||||
{
|
||||
SteamWare.logger.lg.scriviLog(string.Format("L'utente {0} ({1}) ha effettuato il login correttamente", _utente.CognomeNome, _utente.userNameAD), SteamWare.tipoLog.INFO);
|
||||
logger.lg.scriviLog(string.Format("L'utente {0} ({1}) ha effettuato il login correttamente", _utente.CognomeNome, _utente.userNameAD), tipoLog.INFO);
|
||||
if (Login_ok != null)
|
||||
{
|
||||
Login_ok(this, new EventArgs());
|
||||
@@ -78,7 +73,7 @@ public partial class mod_login : ApplicationUserControl
|
||||
else
|
||||
{
|
||||
lblMessage.Text = String.Format("{0}<br>There are some problems instatiating user: {1}/{2}", user_std.UtSn.Traduci("AccessFail"), dom_user[0], dom_user[1]);
|
||||
SteamWare.logger.lg.scriviLog(String.Format("Accesso fallito, problemi ad istanziare l'utente {0}/{1}", dom_user[0], dom_user[1]), SteamWare.tipoLog.ERROR);
|
||||
logger.lg.scriviLog(String.Format("Accesso fallito, problemi ad istanziare l'utente {0}/{1}", dom_user[0], dom_user[1]), tipoLog.ERROR);
|
||||
if (Login_Error != null)
|
||||
{
|
||||
Login_Error(this, new EventArgs());
|
||||
@@ -87,15 +82,17 @@ public partial class mod_login : ApplicationUserControl
|
||||
}
|
||||
else
|
||||
{
|
||||
logger.lg.scriviLog(string.Format("Login 03"), tipoLog.INFO);
|
||||
if (memLayer.ML.confReadBool("autoEnrollEnabled"))
|
||||
{
|
||||
logger.lg.scriviLog(string.Format("Login 04"), tipoLog.INFO);
|
||||
// rimando al modulo di auto enroll...
|
||||
Response.Redirect("autoEnroll.aspx");
|
||||
}
|
||||
else
|
||||
{
|
||||
lblMessage.Text = String.Format("{0}<br>user not allowed: {1}/{2}", user_std.UtSn.Traduci("AccessFail"), dom_user[0], dom_user[1]);
|
||||
SteamWare.logger.lg.scriviLog(String.Format("Utente non autorizzato: {0}/{1}", dom_user[0], dom_user[1]), SteamWare.tipoLog.WARNING);
|
||||
logger.lg.scriviLog(String.Format("Utente non autorizzato: {0}/{1}", dom_user[0], dom_user[1]), tipoLog.WARNING);
|
||||
if (Login_Error != null)
|
||||
{
|
||||
Login_Error(this, new EventArgs());
|
||||
@@ -106,7 +103,7 @@ public partial class mod_login : ApplicationUserControl
|
||||
else
|
||||
{
|
||||
lblMessage.Text = user_std.UtSn.Traduci("AccessFail") + user_std.UtSn.Traduci("UsrNotAuth");
|
||||
SteamWare.logger.lg.scriviLog(String.Format("Accesso fallito, utente non autenticato"), SteamWare.tipoLog.WARNING);
|
||||
logger.lg.scriviLog(String.Format("Accesso fallito, utente non autenticato"), tipoLog.WARNING);
|
||||
if (Login_Error != null)
|
||||
{
|
||||
Login_Error(this, new EventArgs());
|
||||
@@ -140,7 +137,7 @@ public partial class mod_login : ApplicationUserControl
|
||||
if (fatto)
|
||||
{
|
||||
string _rigaLog = String.Format("User {0} has forced user identity ok: logged as \t {1}\\{2}", Page.User.Identity.Name, dominio.Text, user.Text);
|
||||
SteamWare.logger.lg.scriviLog(_rigaLog, SteamWare.tipoLog.INFO);
|
||||
SteamWare.logger.lg.scriviLog(_rigaLog, tipoLog.INFO);
|
||||
if (Login_ok != null)
|
||||
{
|
||||
Login_ok(this, new EventArgs());
|
||||
@@ -152,7 +149,7 @@ public partial class mod_login : ApplicationUserControl
|
||||
lblMessage.Text = String.Format("{0}<br>key not allowed for operation!!! operation logged!!!", user_std.UtSn.Traduci("AccessFail"));
|
||||
mandaEmail(_fromEmail, _adminEmail, "Attenzione: tentativo di accesso non autorizzato!", String.Format("Tentativo di forcing user non autorizzato!<br>L'utente {0} ha tentato di accedere a {1} forzando l'utente ma la sua key autorizzativa e' sbagliata...", Page.User.Identity.Name, user_std.UtSn.Traduci(SteamWare.memLayer.ML.confReadString("defaultApp"))));
|
||||
string _rigaLog = String.Format("User {0}\t tried to force user - wrong password - he tried to log as \t {1}\\{2}", Page.User.Identity.Name, dominio.Text, user.Text);
|
||||
SteamWare.logger.lg.scriviLog(_rigaLog, SteamWare.tipoLog.WARNING);
|
||||
SteamWare.logger.lg.scriviLog(_rigaLog, tipoLog.WARNING);
|
||||
if (Login_Error != null)
|
||||
{
|
||||
Login_Error(this, new EventArgs());
|
||||
@@ -163,7 +160,7 @@ public partial class mod_login : ApplicationUserControl
|
||||
{
|
||||
mandaEmail(_fromEmail, _adminEmail, "Attenzione: tentativo di accesso non autorizzato!", String.Format("Tentativo di forcing user non autorizzato!<br>L'utente {0} ha tentato di accedere a {1} forzando l'utente ma la funzione e' disabilitata...", Page.User.Identity.Name, user_std.UtSn.Traduci(SteamWare.memLayer.ML.confReadString("defaultApp"))));
|
||||
string _rigaLog = String.Format("User {0}\t tried to force user - access disabled - he tried to log as \t {1}\\{2}", Page.User.Identity.Name, dominio.Text, user.Text);
|
||||
SteamWare.logger.lg.scriviLog(_rigaLog, SteamWare.tipoLog.WARNING);
|
||||
SteamWare.logger.lg.scriviLog(_rigaLog, tipoLog.WARNING);
|
||||
if (Login_Error != null)
|
||||
{
|
||||
Login_Error(this, new EventArgs());
|
||||
@@ -178,7 +175,7 @@ public partial class mod_login : ApplicationUserControl
|
||||
Login_Error(this, new EventArgs());
|
||||
}
|
||||
string _rigaLog = String.Format("\t Someone tried to force user - real user: \t - not autenticated - \t tried to log as \t {0}\\{1}", dominio.Text, user.Text);
|
||||
SteamWare.logger.lg.scriviLog(_rigaLog, SteamWare.tipoLog.WARNING);
|
||||
SteamWare.logger.lg.scriviLog(_rigaLog, tipoLog.WARNING);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+38
-38
@@ -1,10 +1,10 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// <generato automaticamente>
|
||||
// Codice generato da uno strumento.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
|
||||
// il codice viene rigenerato.
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -12,101 +12,101 @@
|
||||
public partial class mod_login {
|
||||
|
||||
/// <summary>
|
||||
/// pnlForceUser control.
|
||||
/// Controllo pnlForceUser.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Panel pnlForceUser;
|
||||
|
||||
/// <summary>
|
||||
/// lblTitolo control.
|
||||
/// Controllo lblTitolo.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Label lblTitolo;
|
||||
|
||||
/// <summary>
|
||||
/// lblPwd control.
|
||||
/// Controllo lblPwd.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Label lblPwd;
|
||||
|
||||
/// <summary>
|
||||
/// authKey control.
|
||||
/// Controllo authKey.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.TextBox authKey;
|
||||
|
||||
/// <summary>
|
||||
/// lblDominio control.
|
||||
/// Controllo lblDominio.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Label lblDominio;
|
||||
|
||||
/// <summary>
|
||||
/// dominio control.
|
||||
/// Controllo dominio.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.TextBox dominio;
|
||||
|
||||
/// <summary>
|
||||
/// lblUser control.
|
||||
/// Controllo lblUser.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Label lblUser;
|
||||
|
||||
/// <summary>
|
||||
/// user control.
|
||||
/// Controllo user.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.TextBox user;
|
||||
|
||||
/// <summary>
|
||||
/// btnOk control.
|
||||
/// Controllo btnOk.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Button btnOk;
|
||||
|
||||
/// <summary>
|
||||
/// lblMessage control.
|
||||
/// Controllo lblMessage.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Label lblMessage;
|
||||
|
||||
/// <summary>
|
||||
/// HypLinkSSO control.
|
||||
/// Controllo HypLinkSSO.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.HyperLink HypLinkSSO;
|
||||
}
|
||||
|
||||
@@ -1,12 +1,9 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using GPW_data;
|
||||
using SteamWare;
|
||||
using System;
|
||||
using System.Data;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
using System.Data;
|
||||
using SteamWare;
|
||||
using GPW_data;
|
||||
|
||||
namespace GPW_Admin.WebUserControls
|
||||
{
|
||||
@@ -17,7 +14,6 @@ namespace GPW_Admin.WebUserControls
|
||||
#region gestione eventi
|
||||
|
||||
public event EventHandler eh_resetSelezione;
|
||||
public event EventHandler eh_nuovoValore;
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
Generated
+218
-215
File diff suppressed because it is too large
Load Diff
Generated
+47
-45
@@ -1,10 +1,10 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
// Il codice è stato generato da uno strumento.
|
||||
// Versione runtime:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
|
||||
// il codice viene rigenerato.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
@@ -5694,7 +5694,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tablev_selDipendenti.labelColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'label\' in table \'v_selDipendenti\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'label\' nella tabella \'v_selDipendenti\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -5737,7 +5737,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tablestp_getLastDays.DataColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'Data\' in table \'stp_getLastDays\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Data\' nella tabella \'stp_getLastDays\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -5780,7 +5780,7 @@ namespace GPW_data {
|
||||
return ((int)(this[this.tablestp_getMin.minutoColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'minuto\' in table \'stp_getMin\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'minuto\' nella tabella \'stp_getMin\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -5823,7 +5823,7 @@ namespace GPW_data {
|
||||
return ((int)(this[this.tablestp_getHours.oraColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'ora\' in table \'stp_getHours\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'ora\' nella tabella \'stp_getHours\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -5877,7 +5877,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tablev_selProgetti.labelColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'label\' in table \'v_selProgetti\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'label\' nella tabella \'v_selProgetti\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -5953,7 +5953,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tablev_selFasi.labelColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'label\' in table \'v_selFasi\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'label\' nella tabella \'v_selFasi\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -5969,7 +5969,7 @@ namespace GPW_data {
|
||||
return ((int)(this[this.tablev_selFasi.conditioColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'conditio\' in table \'v_selFasi\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'conditio\' nella tabella \'v_selFasi\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6035,7 +6035,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tablev_selClienti.labelColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'label\' in table \'v_selClienti\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'label\' nella tabella \'v_selClienti\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6078,7 +6078,7 @@ namespace GPW_data {
|
||||
return ((decimal)(this[this.tablestp_statsProj.oreBudgetColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'oreBudget\' in table \'stp_statsProj\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'oreBudget\' nella tabella \'stp_statsProj\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6094,7 +6094,7 @@ namespace GPW_data {
|
||||
return ((decimal)(this[this.tablestp_statsProj.oreTotColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'oreTot\' in table \'stp_statsProj\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'oreTot\' nella tabella \'stp_statsProj\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6110,7 +6110,7 @@ namespace GPW_data {
|
||||
return ((decimal)(this[this.tablestp_statsProj.oreMeseColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'oreMese\' in table \'stp_statsProj\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'oreMese\' nella tabella \'stp_statsProj\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6126,7 +6126,7 @@ namespace GPW_data {
|
||||
return ((decimal)(this[this.tablestp_statsProj.oreMesePrecColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'oreMesePrec\' in table \'stp_statsProj\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'oreMesePrec\' nella tabella \'stp_statsProj\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6238,7 +6238,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tablev_selCodGiust.labelColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'label\' in table \'v_selCodGiust\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'label\' nella tabella \'v_selCodGiust\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6281,7 +6281,7 @@ namespace GPW_data {
|
||||
return ((int)(this[this.tablenextValContatore.Column1Column]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'Column1\' in table \'nextValContatore\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Column1\' nella tabella \'nextValContatore\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6346,7 +6346,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tablev_selFasiOpt.labelColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'label\' in table \'v_selFasiOpt\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'label\' nella tabella \'v_selFasiOpt\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6362,7 +6362,7 @@ namespace GPW_data {
|
||||
return ((int)(this[this.tablev_selFasiOpt.conditioColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'conditio\' in table \'v_selFasiOpt\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'conditio\' nella tabella \'v_selFasiOpt\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6428,7 +6428,7 @@ namespace GPW_data {
|
||||
return ((int)(this[this.tableAnagKeyValue.valIntColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'valInt\' in table \'AnagKeyValue\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'valInt\' nella tabella \'AnagKeyValue\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6444,7 +6444,7 @@ namespace GPW_data {
|
||||
return ((double)(this[this.tableAnagKeyValue.valFloatColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'valFloat\' in table \'AnagKeyValue\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'valFloat\' nella tabella \'AnagKeyValue\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6460,7 +6460,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tableAnagKeyValue.valStringColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'valString\' in table \'AnagKeyValue\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'valString\' nella tabella \'AnagKeyValue\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6476,7 +6476,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tableAnagKeyValue.descrizioneColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'descrizione\' in table \'AnagKeyValue\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'descrizione\' nella tabella \'AnagKeyValue\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6566,7 +6566,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tablev_selCodOrario.labelColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'label\' in table \'v_selCodOrario\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'label\' nella tabella \'v_selCodOrario\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6620,7 +6620,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tablev_selPageSize.labelColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'label\' in table \'v_selPageSize\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'label\' nella tabella \'v_selPageSize\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6636,7 +6636,7 @@ namespace GPW_data {
|
||||
return ((int)(this[this.tablev_selPageSize.ordinalColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'ordinal\' in table \'v_selPageSize\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'ordinal\' nella tabella \'v_selPageSize\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6691,7 +6691,8 @@ namespace GPW_data {
|
||||
return ((int)(this[this.tablestp_VSProjFasi_search.idxProgettoColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'idxProgetto\' in table \'stp_VSProjFasi_search\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'idxProgetto\' nella tabella \'stp_VSProjFasi_search\' è DBN" +
|
||||
"ull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6745,7 +6746,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tablefreqProgetti.nomeCommColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'nomeComm\' in table \'freqProgetti\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'nomeComm\' nella tabella \'freqProgetti\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6761,7 +6762,7 @@ namespace GPW_data {
|
||||
return ((int)(this[this.tablefreqProgetti.idxFaseCommColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'idxFaseComm\' in table \'freqProgetti\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'idxFaseComm\' nella tabella \'freqProgetti\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6777,7 +6778,7 @@ namespace GPW_data {
|
||||
return ((int)(this[this.tablefreqProgetti.idxFaseColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'idxFase\' in table \'freqProgetti\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'idxFase\' nella tabella \'freqProgetti\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6793,7 +6794,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tablefreqProgetti.nomeProjColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'nomeProj\' in table \'freqProgetti\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'nomeProj\' nella tabella \'freqProgetti\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6809,7 +6810,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tablefreqProgetti.nomeFaseColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'nomeFase\' in table \'freqProgetti\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'nomeFase\' nella tabella \'freqProgetti\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6825,7 +6826,7 @@ namespace GPW_data {
|
||||
return ((decimal)(this[this.tablefreqProgetti.freqColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'freq\' in table \'freqProgetti\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'freq\' nella tabella \'freqProgetti\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6841,7 +6842,7 @@ namespace GPW_data {
|
||||
return ((decimal)(this[this.tablefreqProgetti.qtyColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'qty\' in table \'freqProgetti\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'qty\' nella tabella \'freqProgetti\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6857,7 +6858,7 @@ namespace GPW_data {
|
||||
return ((int)(this[this.tablefreqProgetti.totColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'tot\' in table \'freqProgetti\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'tot\' nella tabella \'freqProgetti\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6873,7 +6874,7 @@ namespace GPW_data {
|
||||
return ((long)(this[this.tablefreqProgetti.RowNumColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'RowNum\' in table \'freqProgetti\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'RowNum\' nella tabella \'freqProgetti\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -7012,7 +7013,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tablev_selProjFasi.valueColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'value\' in table \'v_selProjFasi\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'value\' nella tabella \'v_selProjFasi\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -7028,7 +7029,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tablev_selProjFasi.labelColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'label\' in table \'v_selProjFasi\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'label\' nella tabella \'v_selProjFasi\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -11269,13 +11270,14 @@ SELECT nomeVar, valInt, valFloat, valString, descrizione FROM AnagKeyValue WHERE
|
||||
}
|
||||
if (((this._anagKeyValueTableAdapter != null)
|
||||
&& (this.MatchTableAdapterConnection(this._anagKeyValueTableAdapter.Connection) == false))) {
|
||||
throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" +
|
||||
"tring.");
|
||||
throw new global::System.ArgumentException("Tutti gli oggetti TableAdapter gestiti da TableAdapterManager devono utilizzare l" +
|
||||
"a stessa stringa di connessione.");
|
||||
}
|
||||
global::System.Data.IDbConnection workConnection = this.Connection;
|
||||
if ((workConnection == null)) {
|
||||
throw new global::System.ApplicationException("TableAdapterManager contains no connection information. Set each TableAdapterMana" +
|
||||
"ger TableAdapter property to a valid TableAdapter instance.");
|
||||
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.");
|
||||
}
|
||||
bool workConnOpened = false;
|
||||
if (((workConnection.State & global::System.Data.ConnectionState.Broken)
|
||||
@@ -11288,8 +11290,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("The transaction cannot begin. The current data connection does not support transa" +
|
||||
"ctions or the current state is not allowing the transaction to begin.");
|
||||
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.");
|
||||
}
|
||||
global::System.Collections.Generic.List<global::System.Data.DataRow> allChangedRows = new global::System.Collections.Generic.List<global::System.Data.DataRow>();
|
||||
global::System.Collections.Generic.List<global::System.Data.DataRow> allAddedRows = new global::System.Collections.Generic.List<global::System.Data.DataRow>();
|
||||
|
||||
Generated
+32
-28
@@ -1,10 +1,10 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
// Il codice è stato generato da uno strumento.
|
||||
// Versione runtime:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
|
||||
// il codice viene rigenerato.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
@@ -1491,7 +1491,7 @@ namespace GPW_data {
|
||||
return ((bool)(this[this.tableTimbratureZucchetti.entrataColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'entrata\' in table \'TimbratureZucchetti\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'entrata\' nella tabella \'TimbratureZucchetti\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -1507,7 +1507,7 @@ namespace GPW_data {
|
||||
return ((bool)(this[this.tableTimbratureZucchetti.ApprovColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'Approv\' in table \'TimbratureZucchetti\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Approv\' nella tabella \'TimbratureZucchetti\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -1523,7 +1523,8 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tableTimbratureZucchetti.TimbratriceColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'Timbratrice\' in table \'TimbratureZucchetti\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Timbratrice\' nella tabella \'TimbratureZucchetti\' è DBNul" +
|
||||
"l.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -1539,7 +1540,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tableTimbratureZucchetti.BadgeColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'Badge\' in table \'TimbratureZucchetti\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Badge\' nella tabella \'TimbratureZucchetti\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -1555,7 +1556,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tableTimbratureZucchetti.DataColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'Data\' in table \'TimbratureZucchetti\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Data\' nella tabella \'TimbratureZucchetti\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -1571,7 +1572,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tableTimbratureZucchetti.OraColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'Ora\' in table \'TimbratureZucchetti\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Ora\' nella tabella \'TimbratureZucchetti\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -1587,7 +1588,8 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tableTimbratureZucchetti.EntrataUscitaColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'EntrataUscita\' in table \'TimbratureZucchetti\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'EntrataUscita\' nella tabella \'TimbratureZucchetti\' è DBN" +
|
||||
"ull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -1603,7 +1605,8 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tableTimbratureZucchetti.campoExportColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'campoExport\' in table \'TimbratureZucchetti\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'campoExport\' nella tabella \'TimbratureZucchetti\' è DBNul" +
|
||||
"l.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -1730,7 +1733,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tableRegAtt_pivot.RagSocialeColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'RagSociale\' in table \'RegAtt_pivot\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'RagSociale\' nella tabella \'RegAtt_pivot\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -1757,7 +1760,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tableRegAtt_pivot.nomeFaseColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'nomeFase\' in table \'RegAtt_pivot\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'nomeFase\' nella tabella \'RegAtt_pivot\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -1773,7 +1776,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tableRegAtt_pivot.CognomeNomeColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'CognomeNome\' in table \'RegAtt_pivot\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'CognomeNome\' nella tabella \'RegAtt_pivot\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -1811,7 +1814,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tableRegAtt_pivot.descrizioneColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'descrizione\' in table \'RegAtt_pivot\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'descrizione\' nella tabella \'RegAtt_pivot\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -1827,7 +1830,7 @@ namespace GPW_data {
|
||||
return ((decimal)(this[this.tableRegAtt_pivot.oreTotColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'oreTot\' in table \'RegAtt_pivot\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'oreTot\' nella tabella \'RegAtt_pivot\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -1843,7 +1846,7 @@ namespace GPW_data {
|
||||
return ((decimal)(this[this.tableRegAtt_pivot.importoColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'importo\' in table \'RegAtt_pivot\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'importo\' nella tabella \'RegAtt_pivot\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -1968,7 +1971,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tableElencoReport.nomeColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'nome\' in table \'ElencoReport\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'nome\' nella tabella \'ElencoReport\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -1984,7 +1987,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tableElencoReport.descrizioneColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'descrizione\' in table \'ElencoReport\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'descrizione\' nella tabella \'ElencoReport\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -2000,7 +2003,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tableElencoReport.cssClassColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'cssClass\' in table \'ElencoReport\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'cssClass\' nella tabella \'ElencoReport\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -2016,7 +2019,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tableElencoReport.ReportUrlColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'ReportUrl\' in table \'ElencoReport\' is DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'ReportUrl\' nella tabella \'ElencoReport\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -3283,13 +3286,14 @@ SELECT IdxRep, Area, nome, descrizione, cssClass, ReportUrl FROM ElencoReport WH
|
||||
}
|
||||
if (((this._elencoReportTableAdapter != null)
|
||||
&& (this.MatchTableAdapterConnection(this._elencoReportTableAdapter.Connection) == false))) {
|
||||
throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" +
|
||||
"tring.");
|
||||
throw new global::System.ArgumentException("Tutti gli oggetti TableAdapter gestiti da TableAdapterManager devono utilizzare l" +
|
||||
"a stessa stringa di connessione.");
|
||||
}
|
||||
global::System.Data.IDbConnection workConnection = this.Connection;
|
||||
if ((workConnection == null)) {
|
||||
throw new global::System.ApplicationException("TableAdapterManager contains no connection information. Set each TableAdapterMana" +
|
||||
"ger TableAdapter property to a valid TableAdapter instance.");
|
||||
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.");
|
||||
}
|
||||
bool workConnOpened = false;
|
||||
if (((workConnection.State & global::System.Data.ConnectionState.Broken)
|
||||
@@ -3302,8 +3306,8 @@ SELECT IdxRep, Area, nome, descrizione, cssClass, ReportUrl FROM ElencoReport WH
|
||||
}
|
||||
global::System.Data.IDbTransaction workTransaction = workConnection.BeginTransaction();
|
||||
if ((workTransaction == null)) {
|
||||
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.");
|
||||
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.");
|
||||
}
|
||||
global::System.Collections.Generic.List<global::System.Data.DataRow> allChangedRows = new global::System.Collections.Generic.List<global::System.Data.DataRow>();
|
||||
global::System.Collections.Generic.List<global::System.Data.DataRow> allAddedRows = new global::System.Collections.Generic.List<global::System.Data.DataRow>();
|
||||
|
||||
Generated
+5
-5
@@ -1,10 +1,10 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
// Il codice è stato generato da uno strumento.
|
||||
// Versione runtime:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
|
||||
// il codice viene rigenerato.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
@@ -12,7 +12,7 @@ namespace GPW_data.Properties {
|
||||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.1.0.0")]
|
||||
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
||||
|
||||
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
||||
|
||||
+1
-1
@@ -5,4 +5,4 @@
|
||||
<connectionStrings>
|
||||
<add name="GPW_data.Properties.Settings.GPWConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GPW;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
|
||||
</connectionStrings>
|
||||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/></startup></configuration>
|
||||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/></startup></configuration>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>GPW_data</RootNamespace>
|
||||
<AssemblyName>GPW_data</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
||||
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<TargetFrameworkProfile />
|
||||
</PropertyGroup>
|
||||
|
||||
Vendored
+1
-1
@@ -4,7 +4,7 @@ pipeline {
|
||||
stage('Checkout') {
|
||||
steps {
|
||||
/* build delle SteamWare libs! */
|
||||
/* build 'SteamWare/SteamWareLib'*/
|
||||
build 'SteamWare/SteamWareLib'
|
||||
/* copio le libs...*/
|
||||
step([$class: 'CopyArtifact', fingerprintArtifacts: true, projectName: 'Steamware/SteamWareLib', selector: [$class: 'WorkspaceSelector'], target: '../Steamware/SteamWareLib'])
|
||||
|
||||
|
||||
+3
-3
@@ -5,7 +5,7 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("2.3.999.0")]
|
||||
[assembly: AssemblyFileVersion("2.3.999.0")]
|
||||
[assembly: AssemblyCopyright("Steamware © 2007-2016")]
|
||||
[assembly: AssemblyVersion("2.4.999.0")]
|
||||
[assembly: AssemblyFileVersion("2.4.999.0")]
|
||||
[assembly: AssemblyCopyright("Steamware © 2007-2017")]
|
||||
[assembly: AssemblyCompany("Steamware")]
|
||||
|
||||
+2
-2
@@ -6,8 +6,8 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("2.3.999.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyFileVersion("2.3.999.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyVersion("2.4.999.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyFileVersion("2.4.999.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyCopyright("Steamware © 2007-<#= DateTime.Now.Year #>")]
|
||||
[assembly: AssemblyCompany("Steamware")]
|
||||
<#+
|
||||
|
||||
Reference in New Issue
Block a user