skip to Main Content
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #8209
    chihtu
    Participant

    Started running graphic matrix. Got an error message.

    —————————
    NodeXL
    —————————
    An unexpected problem occurred. If it occurs again, please copy the details to the clipboard by typing Ctrl-C, then post the details to https://www.smrfoundation.org/forums/.

    Details:

    [IOException]: The executable that calculates SNAP graph metrics can’t be found. See the comments for the GraphMetricCalculatorBase.SetSnapGraphMetricCalculatorPath() method.

    at Smrf.NodeXL.Algorithms.GraphMetricCalculatorBase.GetSnapGraphMetricCalculatorPath(SnapGraphMetrics eSnapGraphMetrics)

    at Smrf.NodeXL.Algorithms.GraphMetricCalculatorBase.TryCallSnapGraphMetricCalculator(SnapGraphMetrics eSnapGraphMetrics, String sArguments, String& sStandardError)

    at Smrf.NodeXL.Algorithms.GraphMetricCalculatorBase.CalculateSnapGraphMetrics(IGraph oGraph, SnapGraphMetrics eSnapGraphMetrics, List`1 oGroups)

    at Smrf.NodeXL.Algorithms.OverallMetricCalculator.CalculateSnapOverallMetrics(IGraph oGraph, Nullable1& iMaximumGeodesicDistance, Nullable1& dAverageGeodesicDistance, Nullable`1& dModularity)

    at Smrf.NodeXL.Algorithms.OverallMetricCalculator.TryCalculateGraphMetrics(IGraph graph, BackgroundWorker backgroundWorker, OverallMetrics& graphMetrics)

    at Smrf.NodeXL.ExcelTemplate.OverallMetricCalculator2.TryCalculateGraphMetrics(IGraph graph, CalculateGraphMetricsContext calculateGraphMetricsContext, GraphMetricColumn[]& graphMetricColumns)

    at Smrf.NodeXL.ExcelTemplate.GraphMetricCalculationManager.CalculateGraphMetricsAsyncInternal(CalculateGraphMetricsAsyncArgs oCalculateGraphMetricsAsyncArgs, BackgroundWorker oBackgroundWorker, DoWorkEventArgs oDoWorkEventArgs)

    at Smrf.NodeXL.ExcelTemplate.GraphMetricCalculationManager.BackgroundWorker_DoWork(Object sender, DoWorkEventArgs e)

    at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)

    at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
    —————————
    OK
    —————————

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.
Back To Top