commit just before attempt to replace chilkat email with .net email
this is the revert point if that fails to work and we have to buy a new chilkat license
This commit is contained in:
@@ -4820,6 +4820,14 @@ namespace AyaNova
|
||||
|
||||
//ctrl-alt-g for GRID FILTER CRITERIA
|
||||
|
||||
#region RUN NOTIFICATIONS ON DEMAND
|
||||
Status("Processing user notifications...");
|
||||
GenProcessDeliveries.DeliverNotifications();
|
||||
|
||||
Status("Processing client notifications...");
|
||||
GenProcessClientNotifications.DeliverNotifications();
|
||||
#endregion
|
||||
|
||||
#region gen workorders COMMENTED OUT
|
||||
|
||||
//==============================================================================
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
|
||||
<!-- Development test MSSQL DB -->
|
||||
<!-- Development test MSSQL DB
|
||||
<ConnectionType>DataBase</ConnectionType>
|
||||
<DataBaseType>MSSQL</DataBaseType>
|
||||
<DataBaseConnectionString>Server=DEV-V7-LAPTOP\SQLEXPRESS;initial catalog=AyaNova;User Id=sa; Password = abraxis;</DataBaseConnectionString>
|
||||
-->
|
||||
|
||||
|
||||
|
||||
<!-- DEVELOPMENT embedded Firebird database
|
||||
<!-- DEVELOPMENT embedded Firebird database -->
|
||||
|
||||
<ConnectionType>DataBase</ConnectionType>
|
||||
<DataBaseType>FireBird</DataBaseType>
|
||||
<DataBaseConnectionString>ServerType=1;DataBase=C:\data\AyaNova\database\AYANOVA.fdb;Dialect=3;</DataBaseConnectionString>
|
||||
-->
|
||||
|
||||
|
||||
|
||||
<!-- DataPortal
|
||||
|
||||
@@ -15,7 +15,6 @@ using CSLA;
|
||||
using System.Runtime.Serialization.Formatters.Binary;
|
||||
using System.IO;
|
||||
using System.Collections.Generic;
|
||||
//using Chilkat;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user