Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/293.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 我如何指定图书馆的位置,以便;使用;工作说明书(C)_C#_Using - Fatal编程技术网

C# 我如何指定图书馆的位置,以便;使用;工作说明书(C)

C# 我如何指定图书馆的位置,以便;使用;工作说明书(C),c#,using,C#,Using,我已经习惯了一些,但不是最近 我从一些代码中得到了这个头,它调用了一个自定义的非系统库(Dynastream.Fit,在底部),但我需要知道如何告诉程序它所在的位置,以便它可以编译。非常确定库在我下载的SDK中,只需要找到它。这是来自ANT+的FitSDK using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Diagnostics; using Dynas

我已经习惯了一些,但不是最近

我从一些代码中得到了这个头,它调用了一个自定义的非系统库(Dynastream.Fit,在底部),但我需要知道如何告诉程序它所在的位置,以便它可以编译。非常确定库在我下载的SDK中,只需要找到它。这是来自ANT+的FitSDK

using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
using System.Diagnostics;
using Dynastream.Fit;

您需要通过右键单击参考文件夹->添加参考->浏览->选择dll,将
Dynastream.Fit
的dll添加到您的项目
Reference
文件夹中;除非您已经在GAC中安装了程序集