Cannot resolve Assembly or Windows Metadata file 'System.Data.dll'
问题 I just created a new windows 8 app in c#/XML and download mongodb c# driver and add its reference in my project and follows the rest of tutorial , but when i try to run my app now its saying Cannot resolve Assembly or Windows Metadata file 'System.Data.dll' Type universe cannot resolve assembly: System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089. Please help me thanks in advance . 回答1: Looks like system.data is unavailable to metro apps. The general consensus seems