Units & Measures? Quotation compilation? MSBuild?
you're really spoiling us!
Unfortunately I've run into some difficulties with the CTP. Initially I got an error
--no-framework unrecognized argument to fsc.exe.
Uninstalling VSLab fixed this. I also uninstalled all versions of FSharp, rebooted and reinstalled v1.9.6.0.
Now on running an empty F# Application project I get:
------ Build started: Project: ConsoleApplication1, Configuration: Debug Any CPU ------
C:\Program Files\FSharp-1.9.6.0\\bin\fsc.exe -o obj\Debug\ConsoleApplication1.exe -g --noframework --define DEBUG --define TRACE -r "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Core.dll" -r C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.dll --target exe --warn 3 --warnaserror 76 --vserrors --fullpaths Program.fs
C:\Program Files\MSBuild\FSharp\1.0\Microsoft.FSharp.Targets(77,3): error MSB4018: The "Fsc" task failed unexpectedly.
[EDIT: to remove superfluous stack trace and build output.]
Thinking this may be to do with the temporary location of the generated project I attempted to save the solution into my user profile documents folder, but that cause a error dialog saying 'This operation cannot be completed.'
I finally attempted to run VS2008 'as Administrator', but there was no change in behaviour.
I'm running VS2008 on a Vista Ultimate Tablet PC.
Any help much appreciated.
regards,
Danny