Hi all,
The db file, used in my application is located in bin/debug directory. If I remove it manually and start my application, it creates it automatically, which actually in my case is wrong. Has something to be changed in my app.config file? Here is my code:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key ="Test" value="Data Source={0};Version=3;"/>
<add key ="DBFileName" value="Test.sqlite" />
<add key ="ErrorLogFile" value="Logs\Error.log" />
</appSettings>
</configuration>
10x!
my6u4ka