let task =
cloud { return "Hello world!" }
|> cluster.Run
当我尝试在面向azure群集的控制台应用程序中运行上面的代码时,我得到以下异常。
System.InvalidOperationException was unhandled
Message: An unhandled exception of type 'System.InvalidOperationException' occurred in MBrace.Core.dll
Additional information: Blob stream has already been committed once.
当我从.fsx文件在f#interactive中运行这段代码时,这很好用。
我使用MBrace.Azure(1.1.19)和MBrace.Core(1.0.15)在VS2015上。你可以在这里找到源代码 https://github.com/vikranthc/MbraceExperiment 这是控制台的输出。
答案 0 :(得分:1)
这已在MBrace.Azure 1.1.20
中修复