It seems you have been caught by a Visual Studio issue that we unfortunately cannot do much about. WebSharper uses a custom MSBuild task that is referenced by Visual Studio, but when you update WebSharper, VS keeps the reference to the old task. If you close VS, re-open it, clean your project and re-build it, it should work correctly.

By on 2/16/2015 2:50 PM ()

Thank you for the help.

Re-opening VS didn't solve the problem.

Instead of adding new Single-Page app to existing VS solution based on previous release, I've created new VS solution based on latest release.

By on 2/17/2015 6:03 AM ()

Oh, right. You had a solution with two projects that use two different versions of WebSharper. That is indeed another way that the issue I mentioned can surface: VS is only able to reference one version of the WebSharper build task at a time, so one of the two projects will be built with the wrong task.

By on 2/17/2015 6:45 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