Click here to Skip to main content
16,022,403 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
SQL
Problem: No suitable graphics card supported. Could not find a Direct3D device that supports the XNA Framework Reach Profile.
I am experiencing this problem on Visual studio 2010 ultimate trial version running on windows 7 ultimate service pack1. I use Toshiba Statellite with two Intel Celeron B830 @1.8GHZ processors. I use a standard VGA graphic adapter. I downladed and installed directx but the problem still exists. Please help I am desperate.
Posted
Comments
[no name] 1-Apr-14 7:43am    
The error message tells you exactly what the problem is.....

1 solution

Your graphics card (or lack-thereof), is what's causing the issue. You need a graphics card capable of the following to use XNA:

http://msdn.microsoft.com/en-us/library/bb203925.aspx[^]

"... You need a graphics card that supports, at a minimum, Shader Model 1.1 and DirectX 9.0c. We recommend using a graphics card that supports Shader Model 2.0 ..."

An in-built VGA adapter isn't going to support DirectX 9.0c or Shader Model 1.1 which is what is causing your problem. (EDIT: Just to note, it depends how old your laptop is in regards to if these are supported or not. If you're seeing that error then it means it's more likely that this isn't supported. Newer Laptops with in-built VGA Adapters might be slightly different but this depends on manufacturer and drivers).
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900