我正在尝试将 ESENT windows 数据库与managedesent库一起使用,但我总是收到错误消息
Error FileAccessDenied (JET_errFileAccessDenied, Cannot access file, the file is locked or in use)
打开数据库的代码是
m_Dictionary = new PersistentDictionary<string, PropertyStruct>("BaseEstateCachedPropertySummary2");
我正在 Windows 7 上对此进行测试,该应用程序是一个 ASP.NET 应用程序。有没有人对此有任何想法,文档非常少。