简体   繁体   English

Windows 10上的WPF应用程序问题

[英]WPF application issue on Windows 10

All, 所有,

I have a WPF / MVVM app that ran just fine on Windows 7, but now that I have upgraded my desktop to Win10 the app no longer runs. 我有一个WPF / MVVM应用程序,可以在Windows 7上正常运行,但是现在我已经将桌面升级到Win10,该应用程序不再运行。 I can compile and run within the Visual Studio 15 Community environment, but when I deploy the app to a Windows 10 machine I get the thinking icon for about a second and then :::poof::: nothing. 我可以在Visual Studio 15社区环境中进行编译和运行,但是当我将应用程序部署到Windows 10计算机上时,我得到了大约一秒钟的思考图标,然后没有::: poof :::。

The Event Viewer spews out the following: 事件查看器发出以下内容:

Fault bucket 129057744541, type 5 Event Name: CLR20r3 Response: Not available Cab Id: 0 故障存储区129057744541,类型5事件名称:CLR20r3响应:不可用驾驶室ID:0

Problem signature: P1: MyApp.exe P2: 1.0.1.0 P3: 56fac0fb P4: MyDataModel P5: 1.0.1.0 P6: 56f97604 P7: 5 P8: 596 P9: System.AccessViolationException P10: 问题签名:P1:MyApp.exe P2:1.0.1.0 P3:56fac0fb P4:MyDataModel P5:1.0.1.0 P6:56f97604 P7:5 P8:596 P9:System.AccessViolationException P10:

Also I get the following icon pop up briefly in my tray, icon 此外,我得到下面的图标在我的托盘,简单地弹出图标

Does anyone know what is going on? 有人知道发生了什么吗?

Thanks Chris 谢谢克里斯

Oh boy was I barking up the wrong tree! 哦,男孩是我在错误的树上吠叫! Turns out it was my obfuscator settings. 原来是我的混淆器设置。 I've reset all the settings back to default, and when deployed the app runs just fine. 我已将所有设置重置为默认设置,并且在部署后,该应用程序运行正常。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 WPF桌面应用程序将无法在Windows 10中启动 - WPF Desktop Application Will not start in Windows 10 Wpf-Application 在 Windows 10 上看起来不同 - Wpf-Application looks different on windows 10 WPF应用程序在Windows 10中具有WndProc异常; 在Windows 8、8.1中看不到 - WPF Application has WndProc Exception in Windows 10; Not seen in Windows 8, 8.1 平板电脑WPF Windows桌面应用程序 - 滚动问题 - Tablet WPF Windows Desktop Application - Scrolling issue 有没有办法让Windows 10中的WPF应用程序不那么“丑陋”? - Is there a way to make WPF application less “ugly” in Windows 10? 如何将Windows 10 Tile-Wide添加到WPF应用程序 - How to add a Windows 10 Tile-Wide to WPF Application Windows 10高DPI屏幕上的WPF应用程序模糊 - WPF Application Blurry on High DPI Screen on Windows 10 FromBluetoothAddressAsync永远不会在WPF应用程序中的Windows 10 Creators Update上返回 - FromBluetoothAddressAsync never returns on Windows 10 Creators Update in WPF Application 如何在 Windows 10 桌面应用程序中隐藏 WPF 中的任务栏? - How do you hide the taskbar in WPF in a Windows 10 Desktop application? 是否可以使用 .NET 7 运行 .NET 框架 WPF 应用程序? (Windows 10) - Is it possible to run .NET Framework WPF application with .NET 7? (Windows 10)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM