Visual Studio 2010 Build Command: Does nothing

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

+2


a source to share


3 answers


try reinstalling?



+1


a source


I'm not sure how it goes, but here's how I fixed it:

  • Open Assembly -> Configuration Manager
  • In the "Platform" column, select x86 instead of Any CPU
  • Click close


These exact steps may not work for you, but I found that if you play in the Configuration Manager window this usually fixes the problem.

+3


a source


Visual Studio 2010 does not work with current versions of XNA Studio. You can wait until XNA Studio 4 arrives (apparently this month).

To solve your problem, please use Visual Studio 2008 or use this workaround link to continue using VS2010 and XNA.

0


a source







All Articles