<!DOCTYPE html> <html lang="en"> <head> <title>HelloWorld</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="stylesheet" type="text/css" href="Content/HelloWorld.css" /> <script type="text/javascript" src="Content/HelloWorld.head.js"></script> </head> <body> <div id="entrypoint" /> <script type="text/javascript" src="Content/HelloWorld.min.js"></script> </body> </html>
Apparently, nothing from the Client.fs source code is appended to the div element in the web page.
What could be the cause of this? I have installed the websharper package by using nuget. There is one clue in monodevelop, however;
it reports: "Assembly not found for framework Mono/.NET 4.0" under FSharp.Core in the References section of the HelloWorld
project tree. As I am new to this framework, I am somewhat puzzled by this message, since I have the FSharp compiler and interpreter packages installed.
Thank you in advance!
--
You received this message because you are subscribed to the Google Groups "WebSharper" group.
To unsubscribe from this group and stop receiving emails from it, send an email to websharper+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Description: HTTP 500.Error processing request.
Details: Non-web exception. Exception origin (name of application or object): mscorlib.