Main.xaml: BC30652: 型 'List(Of )' を含むアセンブリ 'System.Collections, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' への参照が必要です。参照をプロジェクトに追加してください。


InitialMessage.Split(".“c)(1).ToString.Split(”:“c).Last.ToString.Split(”,"c).ToList

How to solve this problem?

HI,

For now, can you try to save the project then restart Studio and reopen it? Autoamtic recovery feature may work.

Regards,

1 Like

@t_you,

Update the packages to latest version possible and the retype the expression again. If don’t work, delete existing assign activity and add new one and type the expression.

Thanks,
Ashok :slightly_smiling_face:

I did not update but just deleted the original one and retyped it again. Then, it works.
Thank you.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.