I´m having the following error in my .Net application:
20170710-18:47:34.938 : Connection succeeded 20170710-18:47:34.940 : Initiated logon request 20170710-18:47:35.012 : Verify failed: Could not convert field: Could not convert string (20170710-18:47:34.979386) to DateTime: String was not recognized as a valid DateTime.
I want my application to support microseconds, currently I can send a LogOn
msg but when I get the response, my App is not able to process the message.
Actually, the received message doesn't appear in my Log nor does it trigger any of my events (FromAdmin
, FromApp
)
I've tried changing my Dictionary but I could not pull it off.