I'm new to coding in C#, and I'm using Microsoft Visual Studio 2012. My problem is that when I'm adding a reference from a dll file, it's highlighting in red the import "using alglibnet2;" I am trying to add a reference to my code from Alglib to calculate the covariance matrix covm(). I did put the dll file in a lib folder with my code too. Any help would be appreciated. thanks!
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
You need to right click on the project and choose Add Reference, then navigate to the location of the assembly. |
|||||||||||
|