Websharper HighCharts Example

216 Views Asked by At

It couldn't find the JQuery and Highcharts packages so I had to download them from nuget. Besides that I am running the example as a single page application.

It doesn't run and I get the following errors:

Error 3 Failed to deserialize metadata for: IntelliFactory.WebSharper.Highcharts, Version=0.0.0.0, Culture=neutral, PublicKeyToken=dcd983dec8f76a71 ...\packages\WebSharper.3.0.1.73-alpha\build\WebSharper.targets 55 5 DataEnvironment.FWeb

Fixed this by updating to the pre-release versions - but still getting the following bug:

Error 2 Failed to compile assembly with WebSharper.

and:

Error 1 Failed to translate property assignment: Categories.
Why?

1

There are 1 best solutions below

6
Taha On

I think you're using a version of the Highcharts extension that doesn't match WebSharper 3.0, install the latest prerelease. jQuery is part of the WebSharper package and the other JavaScript extensions are available on NuGet.

Related Questions in F#