Unwanted SQLite inserted in \bin

后端 未结 4 681
盖世英雄少女心
盖世英雄少女心 2021-02-13 17:16

I am using Visual Studio 2010 and using web deployment to promote the .Net MVC site to specific environments. I installed Elmah, and it worked great on my DEV environment, but

4条回答
  •  梦如初夏
    2021-02-13 17:42

    I know that is an old question, but I have a similar problem and landed here, so perhaps my answer is still helpful for others.

    Simply add this to your project file of your web application in a prefered PropertyGroup-element:

    bin\System.Data.SQLite.dll
    

提交回复
热议问题