0

我知道类似的问题已经在这里解决了,但这有点奇怪......

当我尝试在 WPF 中使用 Connector/NET 连接到远程 Mysql 时,我得到一个 XAMLParseException。内部异常表示它无法连接到任何指定的主机。但是,当我尝试使用 WinForms 而不是 WPF 时,它运行良好,所以我相信连接字符串、服务器设置和 MySQL 程序集都可以正常工作。所以问题可能出在 XAML 中。这是 MainWindow.xaml

<Window x:Class="_min_t1.MainWindow"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Title="MainWindow" Height="350" Width="525">
<Grid>
    <Label Content="Label" Height="58" HorizontalAlignment="Left" Margin="72,35,0,0" Name="label1" VerticalAlignment="Top" Width="161" />
</Grid>

但这正是 VS 为新项目生成的内容......

有任何想法吗?

4

0 回答 0