Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 RavenDB IIS 实例,它通过 Silverlight 接口工作得很好。我试图通过定位 web 文件夹作为嵌入式客户端连接,但我不断收到错误消息,说它找不到 lucene DLL。这甚至可能吗?
不,那是不可能的。在嵌入模式下,EmbeddableDocumentStore实际包含数据库实例。一次只能旋转一个。您不能让多个嵌入式客户端使用同一组文件。
EmbeddableDocumentStore
如果您有在 IIS 中运行的实例,则不要使用嵌入式模式连接。使用常规客户端连接并指向服务器的 URL。