I have an android project that I am referencing an PCL inside of that has my dataclasses and a SQLite referrence in it. I am trying to use this same class on a website but I keep getting an error:
Could not load file or assembly 'Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065' or one of its dependencies. The system cannot find the file specified.
The strangest part is that when I get this error all of the webservices are working but the webpages don't function. If i remove the SQLite.dll out of the bin folder then the website works and the webservice stops working.