views:

84

answers:

2

I'm using Visual C# 2010 Express RTM with Windows Phone Developer Tools April CTP Refresh and when I run any Build option, nothing happens. I've deleted the contents of the build output folders and that doesn't do anything. I can't even run the project, because it complains the executable is missing (XNA Game for Windows project). I've tried the project on another computer and it builds just fine. Any ideas?

+1  A: 

try a reinstall?

Keith Nicholas
Or, a repair of the installation.
Bevan
A: 

Visual Studio 2010 doesn't work with current versions of XNA Studio. You'll could wait until XNA Studio 4 comes out (apparently due this month).

To solve your issue, use Visual Studio 2008 or use the workaround at this link to continue using VS2010 and XNA.

Phil Walker