When I'm trying to run my XNA game on Azure VM an error occurs and it says "No suitable graphics card found". Does it mean I have to try some other cloud service ? Before Azure I tried NephoScale and app run normally over there but I had connection
problem so I resigned.
The reason i'm trying to run it on VM is that this is Server app and I want to connect to it from my PC.
EDIT:
I think I got it. Since my server app does not really need to render anything I set the device to null and I call
SuppressDraw every frame to ignore any rendering. App works fine in this state.