monodevelop - Unable to find Mono.Data.Sqlite library -


i've been developing web app going between monodevelop (3.0.8) on linux box, , monodevelop (now xamarin studio 4.0.3) on windows machine.

i'm using sqlite database , working until upgraded windows side xamarin 4.0.3 @ point xamarin fails locate mono.data.sqlite reference. best of knowledge, there no change underlying mono installation, although have upgraded mono 3.0.9 on windows side , still doesn't find it. see mono.cairo, , mono.posix assembly list , project still works correctly under monodevelop on linux machine.

i have local copy of sqlite dll windows, goal develop across both platforms , not have switch references around time.

this worked great before upgraded on windows side. have missed in configuration on windows?

it matter of installing mono framework me (http://www.go-mono.com/mono-downloads/download.html, i've used latest stable, 2.10.9)

after installed (restart of xamarin studio might necessary) can set default in xamarin studio (tools -> options, projects -> .net runtimes) appears next microsoft .net framework.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -