skip to Main Content
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8187
    spark
    Participant

    I received the below message. Please help me to fix it. I can’t analyze data even though I have NodeXL Pro.
    —————————
    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:

    [NotSupportedException]: The given path’s format is not supported.

    at System.Security.Permissions.FileIOPermission.EmulateFileIOPermissionChecks(String fullPath)

    at System.Security.Permissions.FileIOPermission.QuickDemand(FileIOPermissionAccess access, String fullPath, Boolean checkForDuplicates, Boolean needFullPath)

    at System.IO.Path.GetFullPath(String path)

    at System.Drawing.IntSecurity.UnsafeGetFullPath(String fileName)

    at System.Drawing.IntSecurity.DemandWriteFileIO(String fileName)

    at System.Drawing.Image.Save(String filename, ImageCodecInfo encoder, EncoderParameters encoderParams)

    at System.Drawing.Image.Save(String filename, ImageFormat format)

    at Smrf.NodeXL.ExcelTemplate.TaskAutomator.SaveGraphImageFile(NodeXLControl oNodeXLControl, IEnumerable`1 oLegendControls, String sWorkbookFilePath)

    at Smrf.NodeXL.ExcelTemplate.TaskAutomator.<>c__DisplayClass3.<RunReadWorkbookTasks>b__0(Object sender, GraphLaidOutEventArgs e)

    at System.EventHandler`1.Invoke(Object sender, TEventArgs e)

    at Smrf.AppLib.EventUtil.FireEvent[TEventArgs](Object sender, TEventArgs e, EventHandler`1 eventHandler)

    at Smrf.NodeXL.ExcelTemplate.ThisWorkbook.ForwardEvent[TEventArgs](TEventArgs e, EventHandler`1 oEventHandler)
    —————————
    OK
    —————————

    #8394
    Harald Meier
    Keymaster

    This error happens because of a malformed image URL. One of the vertex images may have a name which contains not allowed characters for a path and when NodeXL tries to download that image to display it, you get this error. You can avoid this error for now by telling NodeXL to not get vertex images.

    Please send the workbook to info@smrfoundation.org after you collect the data so we can investigate which image it is and we will try to resolve it.

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