Personal Assistant
// Place for good description
HOW TO USE IT:
-
Downolad project;
-
Install MS SQL Server, if not installed;
-
Run Server/Create DH database.sql and then Server/Create DH database tables.sql;
-
Update connection string to your database in Server/DataLayer/MsSqlDAL.cs file;
-
Run Server with Admin rights;
-
Run Console Client;
// In this version Server and Client must be run on one machine through WCF security configuration problems -
Login => [email protected]
Password => fake_pwd
Or you can create your own account -
Test Daily Helper work;
To work on version with Scheduler there must be downloaded Task Scheduler Managed Wrapper library
http://taskscheduler.codeplex.com/releases/view/120747
or you can load it via NuGet as TaskScheduler
All docs you can find there.