我的 wpf 应用程序在 Windows 服务器上的不同行为

在我的 wpf 应用程序中发生了一些奇怪的事情,我有一个主窗口,其中包含一些用户可以在它们之间导航的页面。该应用程序在我的 windows 10 操作系统上运行良好,但是当我在 windows server 2012 上运行它时,如果我在窗口大小上玩了一下,应用程序就会崩溃。


这里的主窗口xaml:


<Window

        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"

        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"

      xmlns:fa="http://schemas.fontawesome.io/icons/"

        xmlns:local="clr-namespace:myApp"

         xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"

         xmlns:UserControls="clr-namespace:myApp.View.UserControls"

        xmlns:Helpers="clr-namespace:myApp.Helpers" 

    x:Class="myApp.MainWindow"

        mc:Ignorable="d"       

        ResizeMode="CanResizeWithGrip"

        MinWidth="900"

        MinHeight="600"

    Background="#FFDEDEDE"

        Title="Preparatio Tool" Height="600" Width="900" Icon="..\Resources\S_icon.ico" Foreground="White" WindowStyle="None">



HUWWW
浏览 110回答 1
1回答
打开App,查看更多内容
随时随地看视频慕课网APP