Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic FlowChart.NET unhandled exception crashing (Read 3877 times)
Jeremy K. Johnson
Guest


FlowChart.NET unhandled exception crashing
Nov 16th, 2005 at 2:45pm
Print Post  
Flowchart.NET Professional is crashing VS.NET 2005!  Last night when I shut down, everything was fine.  Now, this morning I keep getting:

System.IO.FileNotFoundException was unhandled
  Message="Could not load file or assembly 'FlowChart.NET, Version=3.2.3.22819, Culture=neutral, PublicKeyToken=a0d18338041985ba' or one of its dependencies. The system cannot find the file specified."
  Source="ShapeToolBar"
  FileName="FlowChart.NET, Version=3.2.3.22819, Culture=neutral, PublicKeyToken=a0d18338041985ba"
  FusionLog="WRN: Assembly binding logging is turned OFF.\r\nTo enable assembly bind failure logging, set the registry value [HKLM\\Software\\Microsoft\\Fusion!EnableLog] (DWORD) to 1.\r\nNote: There is some performance penalty associated with assembly bind failure logging.\r\nTo turn this feature off, remove the registry value [HKLM\\Software\\Microsoft\\Fusion!EnableLog].\r\n"
  StackTrace:
      at MindFusion.FlowChartX.ShapeToolBar.Dispose(Boolean disposing)
      at System.ComponentModel.Component.Finalize()
      at MindFusion.FlowChartX.ShapeToolBar.Finalize()

Please help.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: FlowChart.NET unhandled exception crashing
Reply #1 - Nov 16th, 2005 at 2:54pm
Print Post  
Is that the release /not beta/ version of VS2005 ? The flowchart.NET dlls are built for the .NET 2 beta 2 version of the framework, so the exception might happen because VS tries to load missing beta versions of the .NET 2 assemblies.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: FlowChart.NET unhandled exception crashing
Reply #2 - Nov 16th, 2005 at 3:26pm
Print Post  
That might happen also if you use a version of the shapetoolbar.dll built against a version of the flowchart.dll different than the one currently referenced in the project. Flowchart.NET is strong-named component in order to let you install it in the GAC, but that also means that assemblies built against one version of the flowchart.net dll can be load using only that version.
  
Back to top
 
IP Logged
 
tim
YaBB Newbies
*
Offline



Posts: 4
Joined: Feb 13th, 2007
Re: FlowChart.NET unhandled exception crashing
Reply #3 - Mar 29th, 2007 at 6:08am
Print Post  
I'm getting a similar problem with the main diagram component, it occurs when I leave the form containing the chart open in the desinger and exit visual studio 2005.
When I reload the solution visual studio pops up the 'I'm sorry but visual studio has encountered an error and needs to restart." dialog.
I let the solution finish loading then select the Window, Close all documents menu option followed by the Save All option.
After that I go back to the dialog and select the restart visual studio option and let it restart. I can then load the solultion and reopen the form.

I think this is a visual studio file locking problem as it is reporting that it cant load a file even though the file is at the path reported.

Hope this work around helps.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint