Hello, I recently updated a project to the new Windows Compatability (.Net Core), and I am now getting an error in my Assign activity. Any help would be appreciated.
Expression Used:
(From x In Dt_EmailNotification.AsEnumerable() Order By convert.Tostring(x(“Subsidiary”)),convert.ToString(x(“ExpirationDate”)) Select x).CopyToDataTable
First, thank you for reviewing. Are you using Windows compatibility (.Net Core 6) or Windows Legacy (.Net Framework 4.6.xxx). It works when using Windows Legacy (.Net Framework), but when upgrading to Windows compatibility (.Net Core), it no longer works.
Windows is what I am on …and it works…try upgrading packages and then as said retype the formula…the double quotes are different in windows legacy and windows…"(0x22) these are the correct ones…