2

For portability reasons, QuickGraph 3.6 does not allow .net (4.0) binary serialization. This is necessary when you want to persist large graphs. unfortunately the source code provided by the authors does not compile, so it is impossible to enable the (binary) serialization. As you can see here (quick graph issue) I am not the only one has found this problem. Does anyone know how to compile the QuickGraph 3.6 source code? Any other suggestions?

Thanks in advance, Diego.

dtosato
  • 129
  • 1
  • 9

1 Answers1

2

Finally, I recompiled the project as a standard library. Here my solution.

d

dtosato
  • 129
  • 1
  • 9
  • Thanks for this, but you changed the version number and removed the strong name, which unfortunately breaks cases where this is needed. Do you have the source project you could share as well? – codekaizen Apr 20 '13 at 19:31