Added logic to put an error message in the PROMS error log showing the format file name that it is having problems loading
This commit is contained in:
parent
290d2c8abf
commit
e5ad3ed95c
@ -276,6 +276,7 @@ namespace VEPROMS.CSLA.Library
|
||||
catch (Exception ex)
|
||||
{
|
||||
//frmMain.AddError(ex, "AddFormatToDB('{0}','{1}')", parent.Name, path);
|
||||
_MyLog.ErrorFormat("AddFormatToDB('{0}','{1}')", parent.Name, path);
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user