Search Forums
-
There is (or was) a limit specified in the terms of use. I don't remember the exact number off-hand, but I think it was five. I haven't read those terms of use in a few releases, though, so I couldn't tell you if it's still there, or where exactly you can go to read it.
Check the terms of use if you're really curious, but ...
-
The Xbox has its own version of the compact framework, with unique strong names. Why not reference the Xbox 360 reference assemblies, which are provided to you? You'll find mscorlib.dll, system.dll, system.xml.dll, and system.core.dll alongside the XNA Framework assemblies.
-
ccgame.exe is the application that should be associated with the .ccgame extension. In Control Panel, this will be displayed as xnapackfh.exe. That's a bug in Game Studio, but shouldn't affect the behavior. Control Panel is displaying the value from a property in the application instead of the file name - the property is supposed to match ...
-
[quote user="livelyppop"][quote user="Stephen Styrchak"]Open Control Panel and go to the screen where you uninstall programs. Run a repair on Microsoft XNA Game Studio Platform Tools. That should re-establish the correct file association.[/quote]
I did this and it didn't work. There is nothing there to associate the ...
-
Open Control Panel and go to the screen where you uninstall programs. Run a repair on Microsoft XNA Game Studio Platform Tools. That should re-establish the correct file association.
-
[quote user="livelyppop"]The file association fot .ccgame has MS Visual C# 2008 Express[/quote]
Did you set this file association? Visual C# 2008 does not know what a .ccgame file is, so it won't be able to open it properly. The file extension should be associated with ccgame.exe (you'll find this in the same directory as ...
-
[quote user="George Clingerman"]Currently there are only a few XNA games on XBLA. ... (Did I miss any?)
[/quote]
Those are the only games which have been advertised as such. These days, pretty much any registered Xbox 360 developer can use XNA Game Studio if they like. I'm nearly certain that you haven't listed all of the ...
-
Extract all files from the .zip file before trying to open them.
-
[quote user="mpipe"]
I would suggest this:
class ExampleClass {
public ExampleClass (Unit u){
if (u == null)
{
throw new NullReferenceException("Unit cannot be null.");
}
}
}
[/quote]
You should throw ArgumentNullException for this case (any exception thrown for an invalid argument should derive from ...
-
Hey ZMan,
I tried it on a new Win7 RTM install with VS 2008 SP1, but no GS bits installed. The ClickOnce installer and update checker runs, but KissyPoo crashes on startup. No black screen - just a message that the application stopped working and an offer to report the error.
Does the current version depend on G4WL, or did you fix that ...