Hello, please tell me what am I doing wrong?
I import the library as "Add> link"
.Net Versions Match
Started with debugging and without debugging, the result is the same
Code :
using org.mariuszgromada.math.mxparser; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MathLinearParser { class Program { static void Main(string[] args) { Expression e = new Expression("2-(32-4)/(23+4/5)-(2-4)*(4+6-98.2)+4"); mXparser.consolePrintln("Res: " + e.getExpressionString() + " = " + e.calculate()); } } } Exception :
Unhandled exception: System.IO.FileNotFoundException: Failed to load file or assembly "MathParser.org-mXparser.Net46, Version = 4.1.1.0, Culture = neutral, PublicKeyToken = 0fbab7add73ed6e2" or one of their dependencies. Cannot find the specified file.