views:

77

answers:

1

hi * I create a Windows Phone Game (4.0) application in Visual Studio 2010 and Win7. My application build successfully but when run it, throw an error that says:

"The current display adapter does not meet the emulator requirements to run XNA Framework applications."

What should I do, to remove this error?

A: 

You need to have a DirectX 10 compatible video card. If your card is compatible, you should make sure you have the latest driver for it.

Make sure your windows installation is up to date as well.

You can check to see is your card is compatible by using this software:

http://msdn.microsoft.com/en-us/library/ee417852(VS.85).aspx

BigPete