Page 1 of 1

v1.0.10 - Conversion from string "" to type 'Date' is not valid

Posted: Tue Jan 04, 2022 11:27 pm
by SteveITS
After updating from 1.0.9 today it is throwing error:

myStatus = Conversion from string "" to type 'Date' is not valid.

I reverted to 1.0.9 to resolve.

Re: v1.0.10 - Conversion from string "" to type 'Date' is not valid

Posted: Mon Jan 10, 2022 7:26 pm
by Cubert
We just posted 1.0.11 that fixed that issue.

Seems that we didn't build it originally (version 1.0.9 and older) with strict methods. Since then we have updated Visual Studios to a more strict standard so when we built the same source file, it now errors on a string to date conversion when you run it..

We have fixed the conversion issue, made some minor adjustments to the table view and buttons. See if that works for you.