I ofter use sqlite for unit test. The way I use it is copy the db file to c:\ when "SetUp", delete it when "TearDown".
It works fine until version 1.0.44.0.
When I use 1.0.45.0 or 1.0.46.0 it failed with an exception said the file can not be deleted or created because others hold it.
Any idea about that?
Thanks.