SharpSCADA
SharpSCADA copied to clipboard
TargetInvocationException
I'm getting the following exception when I run BatchCoreTest.exe:

CoreTest.exe and TagConfig.exe don't run.
I'm trying to use with MySQL. I've imported the mysql file into a new database named scada
I've made the following changes to host.ini:
CONNSTRING=server=localhost;user id=root;password=my_pass;database=scada
TYPE=MYSQL
and the following changes to host.cfg:
server=localhost;user id=root;password=my_pass;database=scada
Also I've placed the folder DataConfig in C:\ drive
What am I missing ?? @GavinYellow @yangjingzhao123 @dathlin