You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actual behavior:
Debug the project, it throw an excaption:
System.Windows.Markup.XamlParseException
HResult=0x80131501
Message=“对类型“System.Windows.Controls.TextBox”的构造函数执行符合指定的绑定约束的调用时引发了异常。”,行号为“10”,行位置为“10”。
Source=PresentationFramework
StackTrace:
at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
at WpfApp4.MainWindow.InitializeComponent() in C:\Users\chenyj\source\repos\WpfApp4\MainWindow.xaml:line 1
内部异常 1:
ArgumentException: Requested value '删除' was not found.
Expected behavior:
Minimal repro:
The text was updated successfully, but these errors were encountered:
dotnet --info
)3.0.100-preview6-012264
winver
)1803
4.7.2 No
3.0.100-preview5-011568 No
Community 2019 16.1.3
Problem description:
Actual behavior:
Debug the project, it throw an excaption:
Expected behavior:
Minimal repro:
The text was updated successfully, but these errors were encountered: