Can't open anymore shp-sqlite
Description
Hi,
Since version 5.1.1, my plugin is not working anymore : I can't open shp or spatialite with a code which was working before. I get messages as
'shp.Callback' threw an exception of type 'System.IO.FileNotFoundException' when files are really there and can be opened with Qgis (doing a cut and paste with the full path copied from the code)
for shp I use
FeatureSet shp = new FeatureSet(fileName); /
for spatialite
var layer = new VectorLayer();
layer.Open(fileName,table);
What could be the problem ?
Thanks,
Olivier
Environment
None
Activity
Show:
Olivier Leprêtre
March 6, 2016, 5:38 PM
solved. I cleaned all projects, rebuilt all, it's working now.
Olivier Leprêtre
March 6, 2016, 4:47 PM
Edited
looking more closer, System.IO.FileNotFound is not about my file but about MW5.Shared.
I checked, file is supposed to be in D:\dev\Mapwindow5\bin\x86\Release\ and is there.