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

New Post: Version Conflict using MatrixReader

$
0
0
I am using the 3.0.0 beta02 version of Numerics in Visual Studio.
 Public Sub ConsolidateByLead(ByVal OpenPath As String,
                             ByVal SavePath As String)
    Dim reader As New Data.Matlab.MatlabMatrixReader(Of Double)(OpenPath & "1")
    Dim FirstMatrix As DenseMatrix = reader.ReadMatrix

End Sub
Debugger gives the following error:
Error 1 The project currently contains references to more than one version of MathNet.Numerics, a direct reference to version 3.0.0.0 and an indirect reference (through 'MathNet.Numerics.Data.Matlab.MatlabMatrixReader.ReadMatrix') to version 3.0.0.46. Change the direct reference to use version 3.0.0.46 (or higher) of MathNet.Numerics. C:\Users\Vardavis\Documents\Visual Studio 2013\Projects\DeNoisingAutoEncoder\DeNoisingAutoEncoder\DataFormatting.vb 12 42 DeNoisingAutoEncoder

I am not sure how to correct this?

Viewing all articles
Browse latest Browse all 971

Trending Articles