Downloaded and installed 1.9.2.9 using the msi, tried to compile the sample "sample101", got following error. Tried through vs 2005, same thing. It looks like when you have a resx file included, resxc.exe will be called to compile the resource file, but the command has a extra quote which breaks the whole thing....
--> Executing 'C:\Program Files\FSharp-1.9.2.9\bin\resxc.exe -o "C:\Program Files\FSharp-1.9.2.9\samples\fsharp\Samples101\SampleForm.resources" "C:\Program Files\FSharp-1.9.2.9\samples\fsharp\Samples101\SampleForm.resx"'... in directory 'C:\Program Files\FSharp-1.9.2.9\samples\fsharp\Samples101'
'C:\Program' is not recognized as an internal or external command,operable program or batch file.
Is this a bug?