Commit Graph

20 Commits

Author SHA1 Message Date
b557174ef9 set .net versions to .net 4.5 for interfaces, ConfigurationHandler, CardReaderService projects in order to target mono framework.
update ninject to 3.3.1 to attempt compatibility with mono framework.
switch ninject config to use logfile logger not nlog..for now..
2018-05-31 14:08:41 +01:00
28d9b14983 remove console.writelines from code.
Add trace log output to DataCenterHelper.
#90
2018-03-08 09:21:04 +00:00
fb068cbdf2 update card reader service to meet changes made to wrong code base for issue #90 2018-03-08 09:17:43 +00:00
5dbd7a7ded change card reader decision code to prevent null ref in main app.
#79
2017-04-21 08:15:27 +01:00
Watts
640ef5f2bf added debug and release installers build configuration to projects/solution to enable building installers in a complete/single step, to save building them individually. 2017-04-15 20:21:09 +01:00
b20a506d3a removed hardcoded string for WebApp endpoint (previously "http://*:8800")
The app now pulls in the port from the app.config file.
Also added some commented out code to load a config file in a different directory (i.e.: to allow config files in "configs" directory to be pulled in).
If the port isnt specified in the app.config, will default to 8800.
#27
2017-03-21 21:44:23 +00:00
119c60a0be update all dll versions to 0.1.5.0 2017-03-19 07:57:35 +00:00
bb1eeed231 reference ConfigurationHandler and update calls to get configurations.
removed ConfigMonitor.cs.
#54
2017-03-02 22:04:58 +00:00
44b8012b27 try pulling ConfigMonitor into the same project to get it to work.
doesnt appear to work so parking it for now.
#54
2017-03-02 20:00:38 +00:00
a424260409 add ConfigMonitor instance to monitor the app.config for changes
#54
2017-03-01 16:52:19 +00:00
e9839fb19e reference ConfigMonitor project
#54
2017-03-01 16:51:58 +00:00
6e11ca0d2c Merge branch 'ChangeCardServicePort-#40' into Release0.1.3 2017-02-23 17:03:50 +00:00
09e74af168 add dispose for reader in monitor event. to prevent memory leak. 2017-02-23 17:03:14 +00:00
1be6465901 change port to default 8800
#40
2017-02-23 17:02:18 +00:00
f5513ce122 change all versions to 0.1.2.0 2017-02-22 22:31:31 +01:00
eb7736bafa add Ninject.Extensions.Xml to the installer components.
add Ninject.Extensions.Xml to the packages list for CardReaderService.
add NLogConfigFilePath configuration setting to the App.config file.
added extra logging around Ninject loading.
#34
2017-02-22 13:19:39 +00:00
f1bf9de350 update the names of event log parameters. 2017-02-18 21:32:06 +00:00
9dc4832471 Added Ninject, configuration and default logger.
Made DefaultLogger use the eventlog rather than debug.writeline(..)
renamed service1 to CardReaderService
#22
2017-02-18 09:09:19 +00:00
8fb6fedc7d updated references to pull in required packages. 2017-02-10 16:54:21 +00:00
fca8b59c3e merge in Card Reader Service and Service host projects. 2017-02-10 15:59:37 +00:00