If I use a datatable (DataTable dt = new DataTable())in the code block, I'm getting the following error.(Language preference is set to c#)
System.ComponentModel.MarshalByValueComponent is in a assembly that is not referenced.
System.ComponentModel.IListSource is in a assembly that is not referenced.
System.ComponentModel.ISupportIniatializeNotification is in a assembly that is not referenced.
These namespaces are by default included in System.dll which is included by default.
If try to add an external reference. It says kindly remove the duplicate reference.