How can I use Alglib2 dll in a visual studio project.
I tried using it by downloading the nuget package. But, if i do this, the alglib class is not recognized in the project hence cannot use it.
Other way around was: I copied the alglib2.dll file from the nuget package (myproject\packages\alglib2.dll.3.10.4\bin\x64\Release) and added it to the project as a reference. By this, I'm able to use the alglib class and all its corresponding functions/ methods.
The above method was working all fine until I faced an error after which I'm unable to run the project.
Attachment:
Capture.PNG [ 164.62 KiB | Viewed 4109 times ]
Is there any way to solve this error or is there anyway to access the class through nuget package?