gpt4 book ai didi

c# - RavenDB.Client.Embedded 在我尝试构建它后消失了

转载 作者:行者123 更新时间:2023-11-30 15:04:33 25 4
gpt4 key购买 nike

我正在学习教程,安装嵌入的 RanvenDB 并编写:

public static IDocumentStore archives =
new EmbeddableDocumentStore { DataDirectory = "~/DataStore" };

然后我让 VS 找到 EmbeddableDocumentStore 在哪里,然后我添加:

using Raven.Client.Embedded;

还没有错误,一切看起来都很好。然后我构建:

Archives.cs(10,20): error CS0234: The type or namespace name 'Embedded' does not exist in the namespace 'Raven.Client' (are you missing an assembly reference?)

Compile complete -- 1 errors, 0 warnings

现在出错了,没有嵌入式...

如果我删除 package.config 并再次运行 install Ravendb Embedded 它将再次变为绿色(没有错误)但是就在我运行构建之后......

如何修复?

(测试不同版本:相同结果)

最佳答案

确保您构建的是完整的 .NET 框架,而不仅仅是客户端配置文件。

关于c# - RavenDB.Client.Embedded 在我尝试构建它后消失了,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10070365/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com