[SqlSugarException: English Message : Connection open error . 無法加載 DLL“SQLite.Interop.dll”: 拒絕訪問。 (異常來自 HRESULT:0x80070005 (E_ACCESSDENIED))。
Chinese Message : 連接數(shù)據(jù)庫過程中發(fā)生錯誤,檢查服務器是否正常連接字符串是否正確,實在找不到原因請先Google錯誤信息:無法加載 DLL“SQLite.Interop.dll”: 拒絕訪問。 (異常來自 HRESULT:0x80070005 (E_ACCESSDENIED))。.]
SqlSugar.AdoProvider.GetDataReader(String sql, SugarParameter[] parameters) +757
SqlSugar.QueryableProvider`1.GetData(KeyValuePair`2 sqlObj) +255
SqlSugar.QueryableProvider`1._ToList() +492
SqlSugar.QueryableProvider`1.ToList() +113
HXcms.BLL.DbContext`1.GetList(Int32 Top, String strWhere, String filedOrder) in G:\Cms\Hxcms\HXcms.BLL\DbContext.cs:132
HXcms.BLL.sites.GetModelList() in G:\Cms\Hxcms\HXcms.BLL\sites.cs:233
HXcms.Web.UI.SiteDomains..ctor() in G:\Cms\Hxcms\HXcms.Web.UI\HttpModule.cs:340
HXcms.Web.UI.SiteDomains.GetSiteDomains() in G:\Cms\Hxcms\HXcms.Web.UI\HttpModule.cs:402
HXcms.Web.UI.HttpModule.GetCurrDomainPath(String requestDomain) in G:\Cms\Hxcms\HXcms.Web.UI\HttpModule.cs:153
HXcms.Web.UI.HttpModule.GetSitePath(String webPath, String requestPath, String requestDomain) in G:\Cms\Hxcms\HXcms.Web.UI\HttpModule.cs:192
HXcms.Web.UI.HttpModule.ReUrl_BeginRequest(Object sender, EventArgs e) in G:\Cms\Hxcms\HXcms.Web.UI\HttpModule.cs:122
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +201
System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +132
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +73
|