unity使用sqlite中打不开数据库

按照网上方式连接sqlite数据库时连接不上
报错:
ServerVersion = System.InvalidOperationException: Operation is not valid due to the current state of the object

这个错误是在断点处看到的‘

你的连接打开了吗?Connection.Open()调用了吗?

https://blog.csdn.net/qq_33468713/article/details/76982722

而且用gut里的system.data.com是没问题的,但是用unity那三个dll来做就会出问题