I am trying to parse string of expression using MathNet in C# and when I try this code:
var h = MathNet.Symbolics.Infix.ParseOrUndefined("1/(a*b)");
it threw exception.
"An unhandled exception of type 'System.TypeInitializationException' occurred in MathNet.Symbolics.dll
Additional information: The type initializer for '.$Infix' threw an exception."
Where am I wrong? I used MathNet v.0.6.0.0 and Visual Studio 2012 Express
Updated
It was solved by hotfix by windows which is my bad not to update.