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:
2022-05-31 16:39:40 +00:00
parent e70f64a323
commit 0686f99f14
3 changed files with 21 additions and 14 deletions

View File

@@ -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
//==============================================================================

View File

@@ -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

View File

@@ -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;