sql-net-pcl package and update other packages tooc#
var databasePath = Path.GetRandomFileName();
var conn = new SQLiteAsyncConnection(databasePath);
System.IO.FileLoadException exception will be thrownI have exactly the same problem. iOS also loads fine.
Have the same problem.
When adding the project manually instead of using NuGet it works, so it seems just a matter of updating the NuGet packages with the latest commits.
+1
Correct "Additional info", @obache )
sqlite-net-pcl sqlite-net-pcl 1.4.118 instead of sqlite-net-pcl 1.14.118
I have the similar issue. But with winphone 8.1 (WinRt)
@AndreiMisiukevich Thanks and fixed.
It works well using .NET Standard instead of PCL. with Xamarin.Forms 2.4.0.282.
@obache So it works on UWP if you use .NET Standard projects instead of PCL?
@deckertron9000 Yes, I've just upgraded my project to .Net Standard 1.3 project, and it works well even on UWP.
I upgraded the package within my project from 1.4.118 to 1.5.166-beta and this issue was no longer present.
When release with this fix is planned?
Most helpful comment
When release with this fix is planned?