Windows Phone アプリケーションの 2 つに次の行があります。
Dim doc = XDocument.Parse(e.Result)
これらのアプリの1つでは正常に動作していますが、他のアプリでは間違っているようです...実際にはオブジェクト「XDocument」が見つかりません
私が入力しているとき:
Imports System.Xml.Linq
それは私にバグ警告を送ります:
Warning 2
Namespace or type specified in the Imports 'System.Xml.Linq' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
動作するアプリケーションと、このバグとこの摩耗を私に送り返すアプリケーションとの唯一の違いは、一方が単純な Windows Phone ページ (動作中のページ) であり、もう一方がパノラマ ページであることです:S
なぜこの警告が表示されるのですか??
ありがとうございました