Peter
Peter

Reputation: 679

Where is System.Data.Linq

I am writing a WP7 app and looking to use the Microsoft CE database available under Mango. I have upgraded my VS10 environment and I am creating apps at version 7.1.

When I go to include the references for the database side of things they are unavailable i.e.

System.Data.Linq System.Data.Linq.Mapping

Do I need to install anything here or have I done something wrong. Where should I be looking for them?

Upvotes: 1

Views: 3977

Answers (1)

Rahul Soni
Rahul Soni

Reputation: 4968

It seems like it is not installed correctly. I did the same and was able to find the DLLs. Can you check if the following file is present locally...

C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\Silverlight\v4.0\Profile\WindowsPhone71\System.Data.Linq.dll

?

Upvotes: 4

Related Questions