Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic [OutOfMemoryException: Exception of type 'System.O (Read 1932 times)
choohj70
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 77
Joined: Sep 23rd, 2008
[OutOfMemoryException: Exception of type 'System.O
Jun 16th, 2009 at 3:42pm
Print Post  
I am getting the following message when we try to load up a large amount of information and perform the following.

1. Load data
2. Perform Layered Layout
3. Replace all links with Bezier (as Bezier or Polyline is what the client is looking for but is not supported natively by Layered Layout)

If we don't replace the link, then there is no problem but when we try to replace the links it generates the error. Is there size limitation on NetDiagram and/or when the link are deleted are the memory allocation released?

Thank

[OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.]
   MindFusion.Diagramming.x5cfee84cce5c1be5.xd0b6b5de240b9dd8(Int32 x3d5f009702d4bab0, Int32 x2eb5785cf1641b8b, RectangleF xda73fcb97c77d998, DiagramLink xe9c763083b68a7ee, DiagramItemCollection xe4c3200aa4f42cb0) +498
   MindFusion.Diagramming.DiagramLink.x2b869a46151eaeeb(ConnectionPoint x97530273d342b6f8, ConnectionPoint xdc3523bf52410ca4, Boolean xd7e6563b6d99ef1f, DiagramItemCollection xe4c3200aa4f42cb0) +636
   MindFusion.Diagramming.DiagramLink.x7ad5b2ddb80d9c00(Boolean x5113d1e6ef8a0405, ConnectionPoint x97530273d342b6f8, ConnectionPoint xdc3523bf52410ca4, Boolean xd7e6563b6d99ef1f, DiagramItemCollection xe4c3200aa4f42cb0) +237
   MindFusion.Diagramming.DiagramLink.x7ad5b2ddb80d9c00() +40
   MindFusion.Diagramming.DiagramLink.set_AutoRoute(Boolean value) +120
   _Default.LayoutDiagram() in C:\SPSWEB\spspm_netman\Default.aspx.vb:1523
   _Default.LayoutMethodSelector() in C:\SPSWEB\spspm_netman\Default.aspx.vb:1442
   _Default.cbShowDates_CheckedChanged(Object sender, EventArgs e) in C:\SPSWEB\spspm_netman\Default.aspx.vb:2409
   System.Web.UI.WebControls.CheckBox.OnCheckedChanged(EventArgs e) +111
   System.Web.UI.WebControls.CheckBox.RaisePostDataChangedEvent() +134
   System.Web.UI.WebControls.CheckBox.System.Web.UI.IPostBackDataHandler.RaisePostD
ataChangedEvent() +10
   System.Web.UI.Page.RaiseChangedEvents() +165
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1485
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: [OutOfMemoryException: Exception of type 'Syst
Reply #1 - Jun 17th, 2009 at 5:34am
Print Post  
What are the end point coordinates of the link, and what is the RoutingOptions.GridSize value at the time when the exception is thrown?
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint