I just installed F# 1.9.2.9. The notes claim that the Resource Compilation issue with Samples101 is fixed. However, when I try and run the build.bat I get the following output.
C:\Program Files\FSharp-1.9.2.9\samples\fsharp\Samples101>build.bat
--> Executing 'C:\Program Files\FSharp-1.9.2.9\bin\resxc.exe -o "C:\Program Files\FSharp-1.9.2.\samples\fsharp\Samples101\SampleForm.resources" "C:\Program Fil
es\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.
It looks as if when the compiler starts the resxc.exe program it doesn't enclose the path in quotes. Is there some way I can fix this other than installing F# into a different location? Also, does the Resource compiler now work with F# projects in Visual Studio?
Thanks for any help.