简体   繁体   English

在VS2010中无法将libsvm.dll添加为参考

[英]libsvm.dll could not be added as a reference in VS2010

When I try to add libsvm.dll reference in VS2010 C# it reports the following error. 当我尝试在VS2010 C#中添加libsvm.dll引用时,它报告以下错误。

A reference to '..\\libsvm.dll' could not be added. 无法添加对“ .. \\ libsvm.dll”的引用。 Please make sure that the file is accessible, and that it is a valid assembly of COM component. 请确保该文件可访问,并且它是COM组件的有效程序集。

How can I add this file? 如何添加此文件?

I think I found the answer to my question! 我想我找到了问题的答案! What I did was I used SVM.net from matthew johnson website which works fine. 我所做的是我使用来自matthew johnson网站的SVM.net ,它运作良好。 You can add this file to your reference and use it!! 您可以将此文件添加到参考中并使用!!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM