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.
我在 Windows 窗体应用程序中有一个嵌入式数据库。是否可以使用 ravendb management studio 浏览它?我发现的所有示例都使用了 Web 应用程序方法。
Fitzchak Yitzchaki 提供的答案几乎 100% 正确(没有提及 Windows 窗体)。许多学分也归功于这个数据库的设计者,他帮助我解决了一些问题。
所以总结一下访问 RavenDb Management Studio 需要做的事情:
UseEmbeddedHttpServer
我希望这篇文章能对某人有所帮助。