Visual F# Template for a chromeless XAML window designed to be used with FsXaml By default the template will use the $rootnamespace$ parameter for the namespace and the assebly variables in the .xaml file. You may need to manually change the namespase and assembly so that the FsXaml type provider can correctly pull data from the xaml file. Edit this line - xmlns:local="clr-namespace:$rootnamespace$;assembly=$rootnamespace$"
In the properties panel for the xaml file make sure to set the 'Build Action' to 'Resource' so that FsXaml can locate the file.
|