Closed fubar-coder closed 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.
Form unknown CodePlex user on Wednesday, 08 April 2009 06:14:29
Ok. Thanks.
Form unknown CodePlex user on Friday, 10 April 2009 07:39:06
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.> populator = MsaglGraphExtensions.CreateMsaglPopulator<string,Edge>(graph);
Microsoft.Msagl.Drawing.Graph g = populator.MsaglGraph;
Thanks.
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