dotnet / docs

This repository contains .NET Documentation.
https://learn.microsoft.com/dotnet
Creative Commons Attribution 4.0 International
4.24k stars 5.88k forks source link

Failed to translate expression 'new System.Random().Next(1, MaxNumber + 1)' #42248

Open harry-flw opened 1 month ago

harry-flw commented 1 month ago

Type of issue

Code doesn't work

Description

Hello I have tried to do your sample. I can't build it. It falls with error below:

Error Failed to translate expression 'new System.Random().Next(1, MaxNumber + 1)' because of the following error: Translating the method 'Random.Next' or one of its overloads to an activity is not supported. WorkflowTest2 C:\Users\hf\source\repos\WorkflowTest2\WorkflowTest2\Workflow1\Workflow.xaml 65

Regards

Page URL

https://learn.microsoft.com/en-us/dotnet/framework/windows-workflow-foundation/how-to-create-a-flowchart-workflow

Content source URL

https://github.com/dotnet/docs/blob/main/docs/framework/windows-workflow-foundation/how-to-create-a-flowchart-workflow.md

Document Version Independent Id

2e8a64e6-e2ce-cacd-bc6f-645bc95eaf49

Article author

@gewarren

Metadata

harry-flw commented 1 month ago

I have Visual Studio 2019 and .NET Framework 4.8