我在C#中创建了Web服务(将数据添加到SQLite数据库中)。运行项目后,我在Service1.asmx页面上收到此消息
Finisar.SQLite.SQLiteException: Valid parameters:
Data Source=<database file> (required)
Version=<version of SQLite (2 or 3)> (default: 2)
New=True|False (default: False)
Compress=True|False (default: False)
UTF8Encoding=True|False (default: False)
UTF16Encoding=True|False (default: False)
Cache Size=<N> (default: 2000)
Synchronous=Full|Normal|Off (default: Normal)
DateTimeFormat=ISO8601|Ticks|CurrentCulture (default: ISO8601)
Compatibility=[old-date-format][,old-binary-format] (default: None)
at Finisar.SQLite.SQLiteConnection.Open()
at WebService3.Service1.setConnection() in d:\MiniProject2013\ConsoleApplication2\WebService3\Service1.asmx.cs:line 39`enter code here`
at WebService3.Service1.addUser(String id, String fname, String lname, String phone, String email, String lag, String log) in d:\MiniProject2013\ConsoleApplication2\WebService3\Service1.asmx.cs:line 53
请建议我做什么