XAML parser exception

To debug xaml exception:

Visual Studio -> Debug -> Exception -> Common Language Runtime Exceptions 

 

// Standard XAML initialization
try
{
InitializeComponent();
}
catch (Exception e)
{
Debug.WriteLine(e.ToString());
}

 

App.xaml.cs exception maybe because of Dependency Injection to Containers

posted @ 2013-11-06 11:25  MinieGoGo  阅读(236)  评论(0编辑  收藏  举报