daveaglick / LINQPad.CodeAnalysis

.NET Compiler Platform helpers and utilities for LINQPad - most of the functionality in this library has now been integrated into LINQPad directly
MIT License
43 stars 6 forks source link

Microsoft MSAGL GraphViewerGDI problems #9

Closed sgarg7 closed 9 years ago

sgarg7 commented 9 years ago

When I get the package from Nuget, first I get the error

Could not load file or assembly 'Microsoft.Msagl.GraphViewerGdi, Version=3.0.0.0

When I get that project built and added to references, I get the error

Method not found: 'Void Microsoft.Msagl.GraphViewerGdi.GViewer.set_EdgeInsertButtonVisible(Boolean)

How can I get the version of GraphViewerGdi that is used by this project?

daveaglick commented 9 years ago

You shouldn't have to obtain or build anything extra. This is the first version to use external dependencies that aren't also NuGet packages and it looks like they didn't get included. I'll get a fix out ASAP - watch for a new version in NuGet shortly. Thanks for reporting this.

daveaglick commented 9 years ago

Sorry for the confusion. Try v1.2.1-rc1 which is now available in NuGet. Should fix the problem. Thanks again.