You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DataSets may be impacted by BinaryFormatter. We need to investigate serialization/deserialization flow for DataSets, understand what impact BinaryFormatter might have, and determine next steps from there.
The text was updated successfully, but these errors were encountered:
I don't know how everything internally works with the Typed DataSet designer, but parts of the generated code in the .Designer.cs file are making calls to obsolete StreamingContext constructors.
I believe these code parts should not be a technical requirement for the DataSet it's actual functionality.
In fact the dataset designer is not even a direct WinForms part or even modern .NET, but a Visual Studio component probably still running in old .NET Framework.
But it's the fact that it's all dependently connected to each other in this old type of VS project and that a good working VS solution is also needed to keep it all working.
DataSets may be impacted by BinaryFormatter. We need to investigate serialization/deserialization flow for DataSets, understand what impact BinaryFormatter might have, and determine next steps from there.
The text was updated successfully, but these errors were encountered: