I dl MS Visual C# 2008 Express, MS XNA Game Studio 3.1 and the Zune HD extensions. I installed them... Whenever I try to deploy a ccgame file to the Zune I get the error.... "There is no editor available for ""location and name of game"". Make sure the application for the file type .ccgame is installed.
The file association fot .ccgame has MS Visual C# 2008 Express.
I can deploy source files to the Zune in the normal manner with MS Visual C# 2008 Express. And I can deploy the ccgames file by using the XNA Game Studio Command Prompt and doing this..... Go to start, programs, XNA Game Studio 3.0, Tools, Xna Game Studio Command Prompt.
In the command prompt type cd then space and right-click, paste the address and press enter. It should look like this:
cd C:\Documents and Settings\User_Name\Desktop\downloads
Now type this, with your .ccgame name instead of pacman.ccgame
xnapack unpack pacman.ccgame
I was just wondering why I get the error message and can't just double click the ccgame and have it start deploying...
I am a beginner with this type of programming and when I have tried following the C# lessons from places I get several error messages there also...
Any help or advice would be greatly appreciated.
Preston