Answer the question
In order to leave comments, you need to log in
What's wrong with UC?
Hello. There is an application and there is a WPF UserControl Library. In the library I want to store UCs that will be connected when clicked. In the UC library, I created the UserControl1 file, I create a TextBlock
<UserControl x:Class="TestUI.UserControl1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:TestUI"
mc:Ignorable="d"
d:DesignHeight="450" d:DesignWidth="800">
<Grid>
<TextBlock Text="Проверка" />
</Grid>
</UserControl>
недопустимый код XML "Недопустимый знак для указанной кодировки., строка 10, позиция 26.". TestUI C:\repos\Test\TestUI\UserControl1.xaml 10
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question