Compare commits
No commits in common. "bf3ddcc122c2db0c7b08ffd89ba01338cc3bf483" and "a94fb328debfea7ae2c27336748ae3db8ffb5f7a" have entirely different histories.
bf3ddcc122
...
a94fb328de
@ -160,14 +160,6 @@ namespace VEPROMS.CSLA.Library
|
||||
catch (Exception ex)
|
||||
{
|
||||
if (_MyLog.IsErrorEnabled) _MyLog.Error("FormatInfoList.DataPortal_Fetch", ex);
|
||||
System.Text.StringBuilder sbMsg = new System.Text.StringBuilder();
|
||||
sbMsg.Append("The SQL Stored Procedures may need updating.");
|
||||
sbMsg.Append("\n\nPlease have your DBA update the database with the PROMSFixes.sql script file that was delivered with this PROMS executable.");
|
||||
sbMsg.Append("\n\nThe PROMSFixes.sql file is included with the PROMS installation download.");
|
||||
sbMsg.Append("\n\nIt can also be found in your PROMS executable folder:");
|
||||
sbMsg.AppendFormat("\n\t{0}", Volian.Base.Library.ExeInfo.PROMSExecutableFolderPath());
|
||||
|
||||
System.Windows.Forms.MessageBox.Show(sbMsg.ToString(), "Update Stored Procedures", System.Windows.Forms.MessageBoxButtons.OK, System.Windows.Forms.MessageBoxIcon.Exclamation);
|
||||
throw new DbCslaException("FormatInfoList.DataPortal_Fetch", ex);
|
||||
}
|
||||
this.RaiseListChangedEvents = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user