なぜこれが例外をスローするのか誰かが説明できますか?
<UserControl>
<Grid>
<Grid.Margin>
<Thickness x:Name="thickness" />
</Grid.Margin>
</Grid>
</UserControl>
x:Name
属性を削除すると、正常に実行されます。
エラーの詳細:
メッセージ:Silverlightアプリケーションコードの未処理エラー:4004
カテゴリ:ManagedRuntimeError
メッセージ:System.NullReferenceException:オブジェクト参照がオブジェクトのインスタンスに設定されていません。SilverlightBindingTest.MainPage.InitializeComponent()at SilverlightBindingTest.MainPage..ctor()at SilverlightBindingTest.App.Application_Startup(Object sender、StartupEventArgs e)at MS.Internal.CoreInvokeHandler.InvokeEventHandler(UInt32 typeIndex、Delegate handlerDelegate、Object sender、Object args )at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj、IntPtr unmanagedObjArgs、Int32 argsTypeIndex、Int32 actualArgsTypeIndex、String eventName、UInt32 flags)