FubarDevelopment / QuickGraph

Fork of https://quickgraph.codeplex.com/
Microsoft Public License
9 stars 2 forks source link

CP-12957: Support for Msagl version 2.1? #64

Closed fubar-coder closed 6 years ago

fubar-coder commented 6 years ago

From unknown CodePlex user on Tuesday, 07 April 2009 08:55:33

I just downloaded MSAGL 2.1 from the Microsoft store. It does not appear to work with QuickGraph 3.2.
  The error I get is "The type 'Microsoft.Msagl.Drawing.Graph' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.Msagl.Drawing, Version=3.0.0.0, Culture=neutral, PublicKeyToken=8a3d7c21d5fa1306'.   I have referenced my version of Microsoft.Msagl.Drawing, Version=2.1.0.0, Culture-neutral.   The lines of code that are giving this error:   graph is a Bidirectional QuickGraph.   MsaglGraphPopulator<string, Edge> populator = MsaglGraphExtensions.CreateMsaglPopulator<string,Edge>(graph); Microsoft.Msagl.Drawing.Graph g = populator.MsaglGraph;     Thanks.

fubar-coder commented 6 years ago

Form unknown CodePlex user on Tuesday, 07 April 2009 22:49:02

You will need to recompile QuickGraph against that version of Msagl.

fubar-coder commented 6 years ago

Form unknown CodePlex user on Wednesday, 08 April 2009 06:14:29

Ok. Thanks.

fubar-coder commented 6 years ago

Form unknown CodePlex user on Friday, 10 April 2009 07:39:06