.NETCore (modern) project, cannot write file with Windows-1252 encoding

Hi,

Can you try to call the following using InvokeMethod activty just before WriteTextFile, as the following post?

System.Text.Encoding.RegisterProvider(System.Text.CodePagesEncodingProvider.Instance)

Main.xaml (4.7 KB)

Regards,

6 Likes