私が受け取るエラーメッセージは
タイプ'System.Windows.Markup.XamlParseException'の最初のチャンスの例外がSystem.Windows.ni.dllで発生しました
コールスタックは、このコードスニペットまでさかのぼります。
public MainPage()
{
**InitializeComponent();**
this.Init();
// Set the data context of the listbox control to the sample data
DataContext = App.ViewModel;
this.Loaded += new RoutedEventHandler(MainPage_Loaded);
}
そして、InitializeComponent()行のエラー。
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/App;component/MainPage.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.SSIDTextBox = ((System.Windows.Controls.TextBox)(this.FindName("SSIDTextBox")));
this.PasswordTextBox = ((System.Windows.Controls.TextBox)(this.FindName("PasswordTextBox")));
this.Auth_ListPicker = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("Auth_ListPicker")));
this.SaveButton = ((System.Windows.Controls.Button)(this.FindName("SaveButton")));
this.GenerateButton = ((System.Windows.Controls.Button)(this.FindName("GenerateButton")));
this.QRImage = ((System.Windows.Controls.Image)(this.FindName("QRImage")));
this.Profiles= ((System.Windows.Controls.ListBox)(this.FindName("Profiles")));
}
}
WP 7.1をWP8に変換する前に、この例外は発生しませんでした。
どんな助けでもいただければ幸いです。
更新:例外メッセージ全体を追加しましたが、問題を特定するのに役立ちますか?
'TaskHost.exe'(CLR C:\ windows \ system32 \ coreclr.dll:DefaultDomain):ロードされた'C:\ windows \ system32\mscorlib.ni.dll'。シンボルの読み込みをスキップしました。モジュールが最適化され、デバッガオプション「JustMyCode」が有効になります。'TaskHost.exe'(CLR C:\ windows \ system32 \ coreclr.dll:Silverlight AppDomain):ロードされた'C:\ windows \ system32\System.Windows.RuntimeHost.ni.dll'。シンボルの読み込みをスキップしました。モジュールが最適化され、デバッガオプション「JustMyCode」が有効になります。'TaskHost.exe'(CLR C:\ windows \ system32 \ coreclr.dll:Silverlight AppDomain):ロードされた'C:\ windows \ system32\System.Windows.ni.dll'。シンボルの読み込みをスキップしました。モジュールが最適化され、デバッガオプション「JustMyCode」が有効になります。'TaskHost.exe'(CLR C:\ windows \ system32 \ coreclr.dll:Silverlight AppDomain):ロード済み'C:\ windows \ system32 \System.Net.ni.dll'。シンボルの読み込みをスキップしました。モジュールが最適化され、デバッガオプション「JustMyCode」が有効になります。'TaskHost.exe'(CLR C:\ windows \ system32 \ coreclr.dll:Silverlight AppDomain):ロードされた'C:\ windows \ system32\System.ni.dll'。シンボルの読み込みをスキップしました。モジュールが最適化され、デバッガオプション「JustMyCode」が有効になります。'TaskHost.exe'(CLR C:\ windows \ system32 \ coreclr.dll:Silverlight AppDomain):ロードされた'C:\ windows \ system32\System.Xml.ni.dll'。シンボルの読み込みをスキップしました。モジュールが最適化され、デバッガオプション「JustMyCode」が有効になります。'TaskHost.exe'(CLR C:\ windows \ system32 \ coreclr.dll:Silverlight AppDomain):ロードされた'C:\ Data \ Programs {64003C1B-A4FD-41FF-A132-2B6C9FE8EDC9} \ Install\WifiQR.DLL'。ロードされたシンボル。'TaskHost.exe' (CLR C:\ windows \ system32 \ coreclr.dll:Silverlight AppDomain):「C:\ windows \ system32\Microsoft.Phone.ni.dll」を読み込みました。シンボルの読み込みをスキップしました。モジュールが最適化され、デバッガオプション「JustMyCode」が有効になります。'TaskHost.exe'(CLR C:\ windows \ system32 \ coreclr.dll:Silverlight AppDomain):ロードされた'C:\ windows \ system32\Microsoft.Phone.Interop.ni.dll'。シンボルの読み込みをスキップしました。モジュールが最適化され、デバッガオプション「JustMyCode」が有効になります。'TaskHost.exe'(CLR C:\ windows \ system32 \ coreclr.dll:Silverlight AppDomain):ロード済み'C:\ Data \ Programs {64003C1B-A4FD-41FF-A132-2B6C9FE8EDC9} \ Install\Microsoft.Phone.Controls。 Toolkit.DLL'。PDBファイルが見つからないか開くことができません。'TaskHost.exe'(CLR C:\ windows \ system32 \ coreclr.dll:Silverlight AppDomain):ロード済み'C:\ Data \ Programs {64003C1B-A4FD-41FF-A132-2B6C9FE8EDC9} \ Install \microsoft.phone.controls.DLL'。PDBファイルが見つからないか開くことができません。'TaskHost.exe'(CLR C:\ windows \ system32 \ coreclr.dll:Silverlight AppDomain):ロードされた'C:\ windows \ system32\System.Core.ni.dll'。シンボルの読み込みをスキップしました。モジュールが最適化され、デバッガオプション「JustMyCode」が有効になります。タイプ'System.Windows.Markup.XamlParseException'の最初のチャンスの例外がSystem.Windows.ni.dllで発生しました