将Accord.net与Visual Studio集成
问题描述:
我已经安装了最新版本的Accord.net和Aforge.net.但是,在Visual Studio 2010中,没有这两个框架的参考.如何解决此问题?
I''ve installed latest version of accord.net and Aforge.net. However, in visual studio 2010, the reference for these 2 frameworks is not available. How to resolve this problem?
答
您可以通过浏览到可执行(DLL)文件来添加对项目的引用,并单击浏览"选项卡. .或者,您可以将库源代码添加到解决方案中,并通过项目"标签按项目添加引用.
You can add reference to your project throw "Browse" tab by browsing to the executable (DLL) file(s). Alternatively, you can add library source code to your solution and add a reference by project via the tab "Projects".