I get an error when I want to import from a facebook fan page, 30 posts UP-Like
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 http://www.codeplex.com/NodeXL/Thread/List.aspx.Details:
[OutOfMemoryException]: Not enough storage is available to complete this operation. (Exception from HRESULT: 0x8007000E (E_OUTOFMEMORY))
Server stack trace:
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Microsoft.Office.Interop.Excel.Range.set_Value(Object RangeValueDataType, Object )
at Smrf.AppLib.ExcelUtil.SetRangeValues(Range upperLeftCornerMarker, Object[,] values, Boolean removeFormulasFromValues)
at Smrf.NodeXL.ExcelTemplate.GraphImporter.SetRangeValues(Range oUpperLeftCornerMarker, Object[,] aoValues, Boolean bConvertUrlsToHyperlinks)
at Smrf.NodeXL.ExcelTemplate.GraphImporter.ImportVertexAttributes(IGraph oSourceGraph, String[] asVertexAttributes, Dictionary`2 oVertexDictionary, ListObject oVertexTable)
at Smrf.NodeXL.ExcelTemplate.GraphImporter.ImportVertices(IGraph oSourceGraph, String[] asVertexAttributes, ListObject oVertexTable, Range oVertexNameColumnData, Range oVisibilityColumnData)
at Smrf.NodeXL.ExcelTemplate.GraphImporter.ImportGraph(IGraph sourceGraph, String[] edgeAttributes, String[] vertexAttributes, Boolean clearTablesFirst, Workbook destinationNodeXLWorkbook)