Lekshmi
Lekshmi

Reputation: 13

Not getting namespaces- System.Data,System.Web.Services in Windows Phone 8

I tried to create a Windows Phone library and tried to create a class in Windows Phone but I cannot access namespaces such as System.Data,System.Web.Services etc.

Does anyone know why?

Upvotes: 0

Views: 545

Answers (1)

PKeno
PKeno

Reputation: 2844

The System.Web.Services namespace is not available on windows phone 8 and System.Data is alot smaller than in the complete .Net framework.

Compare: WP8 and .Net 4.5

This might be why you cant find your namespaces.

See: API Reference for available namespaces.

Upvotes: 2

Related Questions