I have created new blank WP8.1 app from visual studio 2013 for windows and trying to test some database tutorials.
When i try to add System.Data, i get an error "type or namespace data does not exists in namespace System" and it's not shown in intelisense. Also, when i try to use some thing from system.data, there is no option to "fix error" by adding required namespace.
When i create Databound app template, i can use system.data normally..
Can someone help me with this?