i having this issue now cause i try to use SQLite over windows phone 8.1 silverlight i used a lot of techniques to have a workaround but the issue not solved yet so i searched alot for this problem and i find that :
MS released SQLite for Windows Phone 8.1 SDK for non silverlight project but that doesn't work in my case which is silverlight project.
i make a new project which is Windows Phone 8.1 i find the released Extension for SQLite but my old project uses Assemblies Extension such as microsoft.phone.control and system.windows.interactivity which is not included in Windows Phone 8.1
finally i used my old windows phone 8.1 silverlight project however i added a class library project of type windows phone 8.1 class library which is support SQLite and get a reference of that project in my old WP8.1 silverlight but unfortunately it doesn't work too.
any suggestions or workarounds ??