Quantcast
Channel: Math.NET Numerics
Viewing all articles
Browse latest Browse all 971

New Post: Is MathNet.Numerics depends on System.Threading.dll?

$
0
0
I am using polynomial regression method from MathNet, and I got error message as follwing

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: The type initializer for 'MathNet.Numerics.LinearAlgebra.Matrix1' threw an exception. ---> System.TypeInitializationException: The type initializer for 'MathNet.Numerics.LinearAlgebra.BuilderInstance1' threw an exception. ---> System.IO.FileNotFoundException: Could not load file or assembly 'System.Threading, Version=1.0.2856.102, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
File name: 'System.Threading, Version=1.0.2856.102, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
at MathNet.Numerics.LinearAlgebra.BuilderInstance`1..cctor()

=== Pre-bind state information ===
LOG: User = BROOKHAVEN\lzhao
LOG: DisplayName = System.Threading, Version=1.0.2856.102, Culture=neutral, PublicKeyToken=31bf3856ad364e35
(Fully-specified)
LOG: Appbase = file:///C:/Bicw_Dev/Bicw32/ParticleSolutions/
LOG: Initial PrivatePath = NULL

Calling assembly : MathNet.Numerics, Version=3.0.2.0, Culture=neutral, PublicKeyToken=null.

LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Bicw_Dev\Bicw32\ParticleSolutions\uRheApp.exe.Config
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v2.0.50727\config\machine.config.
LOG: Post-policy reference: System.Threading, Version=1.0.2856.102, Culture=neutral, PublicKeyToken=31bf3856ad364e35
LOG: Attempting download of new URL file:///C:/Bicw_Dev/Bicw32/ParticleSolutions/System.Threading.DLL.
LOG: Attempting download of new URL file:///C:/Bicw_Dev/Bicw32/ParticleSolutions/System.Threading/System.Threading.DLL.
LOG: Attempting download of new URL file:///C:/Bicw_Dev/Bicw32/ParticleSolutions/System.Threading.EXE.
LOG: Attempting download of new URL file:///C:/Bicw_Dev/Bicw32/ParticleSolutions/System.Threading/System.Threading.EXE.

I have no idea what cause this problem. Could anyone help? Thanks!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Viewing all articles
Browse latest Browse all 971

Trending Articles