Comment text didn’t have // in front of it, causing a build error.
This commit is contained in:
@@ -289,7 +289,7 @@ namespace VEPROMS.CSLA.Library
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Open a MesageBox so the user is given some feedback that the connection has failed.
|
//Open a MesageBox so the user is given some feedback that the connection has failed.
|
||||||
ReportInnermostException(exsql,strConn);
|
ReportInnermostException(exsql,strConn);
|
||||||
throw new ApplicationException("Failure on Connect", exsql);
|
throw new ApplicationException("Failure on Connect", exsql);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user