2014-12-29 3 views
1

Windows 7/IIS 7/.Net 4.5에 Bonobo를 설치하려고하는데 SQLite에 문제가 있습니다. 내가 SQLite는 지금 설치 한Bonobo 데이터베이스 파일을 열 수 없습니다.

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는 DLL을 함께 제공됩니다. 내가 실행하고 생각하지 않는다 64 비트 시스템에서. 호환 가능성과 관련이 있는지는 잘 모르겠다. Bonobo 사이트의 설치 지침을 티에 따라했지만, 여전히이 오류가 발생하며 Google에서 나. 사람이 올바른 방향으로 날 지점 수 있을까요?

답변

3

당신은 당신의 IIS에 적합한 보안 옵션을 설정하려고합니다.

을에서

enter image description here

관련 문제