Browse Source
With an OxyPlot.WindowsForms.PlotView on the form on re-opening the form in the designer you would see the following error message and the form would not be displayed: Could not find type 'OxyPlot.WindowsForms.PlotView' The PlotView type was being resolved correctly by the TypeResolutionService to the OxyPlot.WindowsForms assembly but getting the type required OxyPlot.dll to be resolved which was not being done. Fixes #713pull/716/head
1 changed files with 37 additions and 3 deletions
Loading…
Reference in new issue