Why do I get System.IO.FileLoadException: Could not load file or assembly, about once a week on my ASP.Net Website?

后端 未结 2 1358
耶瑟儿~
耶瑟儿~ 2021-01-05 16:09

I have a rather simple internal ASP.Net Website that has issues loading the Microsoft.Practices.EnterpriseLibrary.Data dll about once a week. Here is the Exception message:

2条回答
  •  礼貌的吻别
    2021-01-05 16:44

    Install the below nuget packages:

    Install-Package log4net -Version 2.0.0 Install-Package linqtoexcel

    Install-Package System.Data.Sqlite.x86 -Version 1.0.88.0 Install-Package ServiceStack -Version 3.9.71 Install-Package ServiceStack.OrmLite.Sqlite32 -Version 3.9.71

提交回复
热议问题