Sqlite 倭黑猩猩罐头';无法打开数据库文件

Sqlite 倭黑猩猩罐头';无法打开数据库文件,sqlite,bonobo,Sqlite,Bonobo,我正在尝试在Windows 7/IIS 7/.Net 4.5上安装Bonobo,但在使用SQLite时遇到问题。在浏览器中加载页面时出现以下错误 unable to open database file Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information ab

我正在尝试在Windows 7/IIS 7/.Net 4.5上安装Bonobo,但在使用SQLite时遇到问题。在浏览器中加载页面时出现以下错误

 unable to open database file
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SQLite.SQLiteException: unable to open database file

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[SQLiteException (0xe): unable to open database file]
   System.Data.SQLite.SQLite3.Open(String strFilename, SQLiteConnectionFlags connectionFlags, SQLiteOpenFlagsEnum openFlags, Int32 maxPoolSize, Boolean usePool) +731
   System.Data.SQLite.SQLiteConnection.Open() +445916
   System.Data.EntityClient.EntityConnection.OpenStoreConnectionIf(Boolean openCondition, DbConnection storeConnectionToOpen, DbConnection originalConnection, String exceptionCode, String attemptedOperation, Boolean& closeStoreConnectionOnFailure) +102

[EntityException: The underlying provider failed on Open.]
   System.Data.EntityClient.EntityConnection.OpenStoreConnectionIf(Boolean openCondition, DbConnection storeConnectionToOpen, DbConnection originalConnection, String exceptionCode, String attemptedOperation, Boolean& closeStoreConnectionOnFailure) +11430327
   System.Data.EntityClient.EntityConnection.Open() +142
   System.Data.Objects.ObjectContext.EnsureConnection() +97
   System.Data.Objects.ObjectContext.ExecuteStoreCommand(String commandText, Object[] parameters) +53
   Bonobo.Git.Server.Data.Update.AutomaticUpdater.UpdateDatabase() +444
   Bonobo.Git.Server.MvcApplication.Application_Start() +145

[HttpException (0x80004005): The underlying provider failed on Open.]
   System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +12962661
   System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +175
   System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +304
   System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +404
   System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +475

[HttpException (0x80004005): The underlying provider failed on Open.]
   System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +12979668
   System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +159
   System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +12819261

我现在安装了SQLite(尽管如此,我认为这并不重要……Bonobo自带了自己的SQLite DLL。我运行的是64位系统。我不知道这是否与兼容性有关。我已经按照Bonobo网站上的安装说明进行了安装,但我仍然收到了这个错误,谷歌也没有为我提供任何答案。有人能告诉我吗正确的方向?

您应该尝试为IIS设置正确的安全选项