Reputation: 13
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
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.
This might be why you cant find your namespaces.
See: API Reference for available namespaces.
Upvotes: 2