我開發WPF C#,雖然我跑我的申請,我得到這個錯誤: 這是我的代碼上「System.Windows.Baml2006.TypeConverterMarkupExtension」提供價值拋出一個異常
<Window x:Class="Hello.Testing"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:r="clr-namespace:Wpf.Controls;assembly=Wpf.TabControl"
xmlns:wf="clr-namespace:System.Windows.Forms;assembly=System.Windows.Forms"
xmlns:sys="clr-namespace:System;assembly=mscorlib"
Title="Testing" Height="780" Width="1024" WindowStartupLocation="CenterScreen"
MinWidth="1024" MinHeight="780"
WindowStyle="None" AllowsTransparency="False"
ResizeMode="CanResizeWithGrip" Icon="Resources/Images/Icons/small_icon.ico" Loaded="Window_Loaded">
這是一個我得到的錯誤: "Provide value on 'System.Windows.Baml2006.TypeConverterMarkupExtension' threw an exception"
。
您確定這是所有的代碼?這似乎不是一個完整的標籤,除非你打算用'/>'結束它 – mletterle