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
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 to share