I hear your frustration and sorry about that: you have been caught by the breaking WebSharper 3 API changes, that's all. WebSharper 3 is currently in alpha, and as such the documentation still reflect the stable 2.5.x releases.
You can read the first 3.0 alpha announcement here, mentioning upcoming breaking changes, and more specifically those here, here, and here.

The open's in the 2-minute example on the quick glance page should thus, under the latest WebSharper 3 alpha, look like this:

1
2
3
4
5
open IntelliFactory.WebSharper
open IntelliFactory.WebSharper.JavaScript
open IntelliFactory.WebSharper.Html.Client
open IntelliFactory.WebSharper.Google.Visualization
open IntelliFactory.WebSharper.Google.Visualization.Base

Note, that as the page explains, you need the Single-Page Application template to start with, and not the HTML Application. If you are running the latter, indeed a WebSharper library dll is produced, and the HTML application is generated under bin/html. You can open index.html from there in a browser.

If you want to run the 2-minute example in CloudSharper, using the latest WebSharper 3 alpha, I created a new URL here. The link on the website, uses an earlier 3.x alpha release that does not yet contain some of the breaking changes described in the blogs above, but nevertheless should work fine.

Hope this helps.

By on 2/16/2015 1:32 PM ()

Magic! It worked! Thanks for the pointers!

By on 2/18/2015 2:20 PM ()
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