'CopyToDatatable' is not a member of 'System.Array'

Dear all,

May i know why ‘CopyToDatatable’ works at one program but shows “is not a member of ‘System.Array’” at an other program?

Thanks

2 Likes

@itmonster999
Follow below link it might help you.

You can also try like this.
Go to Import,
Import the below reference
System.Data.DataSetExtensions

Regards,
Mahesh

9 Likes

This works, thanks so much.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.