我无法相信这一点。我尝试按照 MSDN 的指南添加启动画面,但我的 WPF 应用程序项目因此中断。现在我不能再调试和运行应用程序了。
我得到的唯一信息是:
Project file cannot specify more than one Splash Screen element
没有发生它的位置。当我查看输出窗口时,它看起来像这样..
------ Build started: Project: MPCS Line Off, Configuration: Debug x86 ------
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.WinFX.targets(269,9): error MC1004: Project file cannot specify more than one SplashScreen element.
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.WinFX.targets(269,9): error BG1003: The project file contains a property value that is not valid.
我搜索了高低,但没有运气。仅供参考,这是在 VS2010 中。