gpt4 book ai didi

c# - 在 C# 中使用 Microsoft Solver Foundation

转载 作者:太空狗 更新时间:2023-10-29 22:17:05 31 4
gpt4 key购买 nike

我正在尝试在 VS2010 Ultimate 的 C# 应用程序中使用 Microsoft Solver Foundation。我已经安装了 MSF(64 位版本),据我所知我应该能够在声明后使用这些服务:

using Microsoft.SolverFoundation;

但是,我收到错误“命名空间‘Microsoft’中不存在类型或命名空间名称‘SolverFoundation’”。

我看到 Microsoft.Solver.Foundation.dll 位于 C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.0

最初我认为 64 位版本可能是问题所以我卸载并切换到 32 位版本。但也没有成功。

如何将 MSF 集成到我的 C# 应用程序中?

最佳答案

I'm trying to use Microsoft Solver Foundation in my C# application in VS2010 Ultimate. I've installed MSF (64 bit version) and as far as I understand I should be able to use the services after declaring:

using Microsoft.SolverFoundation;

How can I integrate MSF into my C# application?

您从未提到您在项目中添加了对此库的引用,并且您描述的行为与未添加引用一致。因此,您还需要add a reference将此库添加到您的项目中。

关于c# - 在 C# 中使用 Microsoft Solver Foundation,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6679587/

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