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?
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?
名前System.Web.Services空間は Windows Phone 8 では使用できずSystem.Data、完全な .Net フレームワークよりもかなり小さいです。
これが、名前空間が見つからない理由である可能性があります。
参照:使用可能な名前空間についてはAPI リファレンス。