SharpSCADA icon indicating copy to clipboard operation
SharpSCADA copied to clipboard

TargetInvocationException

Open mridah opened this issue 5 years ago • 0 comments

I'm getting the following exception when I run BatchCoreTest.exe:

image

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

mridah avatar Apr 21 '20 14:04 mridah