Assign Proper Case Temp Variable: No data is available for encoding 1252. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method

Hi,

Probably, it’s necessary to call the following in advance.

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

The following topic will help you.

Regards,

2 Likes