Issues trying to setup SQLite

Discussion in 'Site Programming, Development and Design' started by electricstorm00, Apr 13, 2012.

  1. My asp .net site uses an SQLite database and I cant seem to get past a number of errors (I find a way around 1 and theres a different one)

    My original DLL (System.Data.SQLite) gives me this error:
    Unverifiable code failed policy check. (Exception from HRESULT: 0x80131402)
    This is the current version.

    If I run a "managed only" version to get past that, it requires the sqlite3.dll file. That file then gets:
    Unable to load DLL 'sqlite3': Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))

    Anyone have any ideas?
     

Share This Page