I'm running into the same issue. The template uses an older version of the Suave NuGet package. Tried updating the NuGet package for Suave but that didn't help. I wonder if the namespaces in Suave moved around and that caused a break.

By on 12/24/2015 7:27 PM ()

Yep. That's it. If you drop the Suave package and re-add it at version 0.33.0 the template builds successfully.

By on 12/24/2015 7:46 PM ()

I've fixed the issue by converting the solution to Paket, unpinning packages and updating them:

1
2
3
paket convert-from-nuget
<remove version numbers from paket.dependencies>
paket update

It turned out Suave package had a strange version 0.34.0-nsrefactor:

1
2
3
4
5
6
7
8
9
 - WebSharper is pinned to 3.6.6.225
 - WebSharper.UI.Next is pinned to 3.6.5.201
 - WebSharper.Owin is pinned to 3.6.3.118
 - WebSharper.Suave is pinned to 3.6.3.26
 - Microsoft.Owin is pinned to 3.0.1
 - Owin is pinned to 1.0
 - Suave is pinned to 0.34.0-nsrefactor
 - Mono.Cecil is pinned to 0.9.6.1
 - FSharp.Core 4.0.0.1

After updating, it became 0.33.0 and everything works now.

By on 12/25/2015 9:55 AM ()

Cool, thanks for looking into this.

By on 12/25/2015 9:19 AM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper