文档彩票走势图>>Devexpress WPF控件文档中心>>ARM支持
ARM支持
您可以使用DevExpress WPF组件为ARM64设备构建应用程序。
要求
在 ARM64 设备上安装适用于 .NET 6 的Arm64 来构建和运行 WPF 应用程序。
配置项目
在解决方案资源管理器中右键单击该项目并选择 Edit Project File。
在PropertyGroup中指定RuntimeIdentifiers元素:
<PropertyGroup> <OutputType>WinExe</OutputType> <TargetFramework>net6.0-windows</TargetFramework> <UseWPF>true</UseWPF> <RuntimeIdentifiers>win-x64;win-arm64</RuntimeIdentifiers> </PropertyGroup>
构建应用程序。
提示:
当您尝试在ARM64环境下使用附带的Visual Studio调试器启动应用程序时,可能会遇到以下错误:
- 无法附加CoreCLR:此错误不会阻止您构建应用程序并运行可执行文件。