I have shifted my work to Windows 8 Apps development from VS 2010, I was writing a small piece of code to read from CSV file and I was storing to DataTable, When I copied that code into VS 2013 - Windows App project, For "DataTable" no namespace was found, I tried to add "using System.Data" but that was also unavailable, Then I selected "Add Reference" and also I could not locate the Package.
kindly Somebody do tell if there is any trick to add System.Data Library reference with Windows App project.