Can't build project that uses SQLite for Windows Runtime
Hi,
I'm having issues with a Windows Phone project that uses SQLite. The Appveyor build process fails with the following error:
C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1886,5): error MSB3774: Could not find SDK "SQLite.WinRT81, Version=3.8.8.3".
At my local machine I had to install a Visual Studio Extension (SQLite for Windows Phone 8.1 and SQLite for Windows Runtime) to use SQLite in my project. What should I do to get the build working? I searched for over an hour but couldn't find a solution.
Best regards,
Christian
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

Support Staff 1 Posted by Feodor Fitsner on 27 Jun, 2015 08:00 PM
As you are admin on build worker you can use this simple PowerShell script to install SQLite for Windows Phone 8.1 extension (and any other missing extension): https://gist.github.com/FeodorFitsner/61d515f6ff48f8b3569f
2 Posted by Christian on 27 Jun, 2015 09:13 PM
Thank you very much!
I got it running :)
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:57 AM.