I am trying out the MDriven framework and have created a basic application from the templates provided. After updating the Model and Generating the code files, clicking on the protype button gives me this error:
Could not load file or assembly 'System.Data.SQLite, Version=1.0.111.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
I have tried a few things like adding the nuget package and checking the different version off the dll in the downloaded files. Seems that the version supplied is not correct.
Any one has some pointers, solutions?
User contributions licensed under CC BY-SA 3.0