私はAppHarborでRavenDBインスタンスを使用してアプリケーションを実行しようとしています。私はravenライブラリを更新して888をビルドしましたが、私はまだ以下のエラーが発生しています。私はまた、ファイルシステムへの書き込みアクセスを許可しましたが、まだ同じエラーが発生しています。任意のアイデアはどのようにこの問題を解決するには?AppHarbor + RavenDB - EsentFileAccessDeniedException
[EsentFileAccessDeniedException: Cannot access file, the file is locked or in use]
at Microsoft.Isam.Esent.Interop.Api.Check(Int32 err) in C:\Work\ravendb\SharedLibs\Sources\managedesent-61618\EsentInterop\Api.cs:line 2739
at Microsoft.Isam.Esent.Interop.Api.JetInit(JET_INSTANCE& instance) in C:\Work\ravendb\SharedLibs\Sources\managedesent-61618\EsentInterop\Api.cs:line 131
at Raven.Storage.Esent.TransactionalStorage.Initialize(IUuidGenerator uuidGenerator) in c:\Builds\RavenDB-Stable\Raven.Storage.Esent\TransactionalStorage.cs:line 205
[email protected] –