Skip to main content

NetDataContractSerializer

Comments

2 comments

  • Nico Burgerhart

    Seems to be an client-server serialization issue.

    Try to add an assign activity where you explicitly set you newColumn activity to Nothing.

    0
  • Permanently deleted user

    Or it is possible that you might have a better time converting your table to a featureset which generally seems to be happier to be serialized. (Using DataTable To FeatureSet Activity)

    Add your 'fields' to that and once you are actually needing the table you can swap it back to a DataTable

    Regards

    Ralph

    0

Please sign in to leave a comment.