环境搭建好了,新创建了一个项目,在调试时,问题出现了,错误信息如下:
未处理 NoSuitableGraphicsDeviceException
Direct3D hardware acceleration is not available or has been disabled. Verify that a Direct3D-enabled graphics device is installed and check the display properties to verify that Hardware acceleration is set to Full.
是硬件加速器未开启。在桌面空白处单击鼠标右键,打开“显示属性”,在“设置”页面中点击“高级”,然后再选择“疑难问答”子界面,在弹出的界面中把“硬件加速”设置到“完全”这个级别,然后再运行DirectX诊断工具(C:\WINDOWS\system32中的dxdiag.exe),在“Display”选项卡中打开D3D加速和AGP纹理加速。
好了,问题解决了