I'm using Windows 7 (all latest updates installed), and currently have Direc开发者_C百科tX 11 installed (according to dxdiag).
I'm trying to follow this tutorial: http://msdn.microsoft.com/en-us/library/ff472340(VS.92).aspx and I can successfully compile the code (Build Solution produces no errors). The emulator starts successfully showing on IE icon on the main screen.
When I try to "Start Debugging" I get an error "The current display adapter does not meet the emulator requirements to run XNA Framework applications."
I've read The current display adapter does not meet the emulator requirements to run XNA Framework applications but it seems that all discussion in the links provided in that thread are for Windows Vista.
Please suggest what I can do. I'll be glad to provide more information if needed. Thanks!
Your display driver also needs to be WDDM1.1 compliant per the system requirements.
Search for WDDM in the text output of DXDiag.
Display driver update may be an option, if not replace adapter with compliant card.
精彩评论