Cannot resolve assembly or Windows metadata file 'System.Data.dll'

I just created a new application for Windows 8 in C # / XML and loaded the mongodb C # driver and added its link to my project and then the rest of the tutorial , but when I try to run my application, 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 in advance.

+5
source share
2 answers

It seems to be system.dataunavailable for subway applications. By all accounts, you will have to create an intermediate middle tier (using technology such as WCF) so that your metro application can interact with the database.

References:

SQL, .

:

, System.Data ( , WinRT). . SQL, - (WebService, SOAP, WCF ..).


:

Mongodb, sql. system.data?

, MongoDB.Bson.dll , , MongoDB.Driver.dll, , .

, sql mongodb System.Data.dll, winforms/wpf (, , ), metro.

, System.Data, MongoDB. , MongoDB , WCF -. - , .

, , , , , , , Microsoft .

+4

All Articles