找不到遗失的图书馆 [英] Can't find missing libraries

查看:75
本文介绍了找不到遗失的图书馆的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有谁知道我在哪里可以找到这些包含这些名称空间的库/库:

 使用 Microsoft.Tools.Graphs; 
使用 Microsoft.Tools.Graphs.Bars;
使用 Microsoft.Tools.Graphs.Pies;
使用 Microsoft.Tools.Graphs.Legends;





我最近从Microsoft网站下载了一个示例GUI设计器应用程序。我下载并解压缩了文件并尝试构建解决方案。



http://msdn.microsoft.com/en-us/magazine/cc163634.aspx [链接到我下载的文件^ ]

解决方案

上面提到的命名空间确实不是标准的,应该是自定义库。



我浏览了链接。看起来上面提到的类/命名空间在文件中: GraphLibrary.dll

它出现在 [root] / Binaries / 文件夹。


打开解决方案并更改所有项目的框架版本> 2.0,然后构建它将构建。它对我有用。


我建​​议您在解决方案中包含库,然后必须添加引用。这样,如果有人试图建立你的项目,他们将拥有他们需要的所有文件。否则,他们还必须下载库。



一旦引用文件,即使您没有在项目中包含这些文件,Visual Studio也会跟踪路径,编译器可以找到这些文件。 / BLOCKQUOTE>

Does anyone know where I can find these libraries/libraries that contain these namespaces:

using Microsoft.Tools.Graphs;
using Microsoft.Tools.Graphs.Bars;
using Microsoft.Tools.Graphs.Pies;
using Microsoft.Tools.Graphs.Legends;



I recently downloaded a sample GUI designer application from Microsoft website. I downloaded and extracted the files and tried to build the solution.

http://msdn.microsoft.com/en-us/magazine/cc163634.aspx[Link to the files I downloaded^]

解决方案

The above mentioned namespaces does not sound standard ones and should be form a custom library.

I browsed the link. It looks like the above mentioned classes/namespaces are in file:GraphLibrary.dll
It is present in [root]/Binaries/ folder.


Open the solution and change the framework version of all the project > 2.0, then build it will be build. It worked for me.


I would suggest that you include the libraries in your solution, and then have to add reference. That way if somebody else tries to build your project they will have all the files they need. Otherwise, they will have to also download the library.

Once you reference the files, even if you do not include the files in your project, Visual Studio keeps track of the path, the compiler can find the assemblies.


这篇关于找不到遗失的图书馆的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆