You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I create a new cluster with starter kit and try to use it from compiled code.
My code:
let myStorageConnectionString = @"my string"
let myServiceBusConnectionString = @"my string"
let config = new Configuration(myStorageConnectionString, myServiceBusConnectionString)
let cluster =
AzureCluster.Connect(config,
logger = ConsoleLogger(true),
logLevel = LogLevel.Info)
cluster.ShowWorkers()
let cloudComputations =
cloud {
return "!!!!"
}
|> cluster.CreateProcess
let r= cloudComputations.Result
Execution failed in cloudComputations with the next exception
An unhandled exception of type 'Nessos.FsPickler.FsPicklerException' occurred in MBrace.Core.dll
Additional information: Error deserializing object of type 'Nessos.Vagabond.VagabondMetadata'.
In compiled project MBrace.Azure 1.1.25 is installed. With 1.2.1 I have a problem: workers list in compiled code is empty, but in script I see all 4 workers. Full packages list in compiled project:
I create a new cluster with starter kit and try to use it from compiled code.
My code:
Execution failed in
cloudComputations
with the next exceptionDetailed stack:
In compiled project MBrace.Azure 1.1.25 is installed. With 1.2.1 I have a problem: workers list in compiled code is empty, but in script I see all 4 workers. Full packages list in compiled project:
The text was updated successfully, but these errors were encountered: