Hello! My first post on the forum. My name is Phantasy, I like fantasy so that is why. I am sure XNA...
By phantasy
XBL Radio.com has put out their roundtable on XNA with myself and a couple of developers. Check it o...
By jimperry
hi Guys another update with the games component for redering bounding box,Spheres , line, the code e...
By tridex
I was wondering, is there a proper way to setup an object in max for export as .fbx to xna?For examp...
By dchin
I released the code of my bsp class its not fully completed but the hard work is done. The rendering...
By perpixel, 1 Comments
Well, I got XNA yesterday and i have been trying to figure out how to use it all day. I have used th...
By daytonadav, 4 Comments
Dear,I Did Installed VC# Express And XNA GSE.Where Can I Found The XNA Tutorials And Help Files?...
By hassanayoub, 3 Comments
Hello all,I'm running the latest Vista Ultimate (MSDN) version on my machine. For some reason I can'...
By ericvanfeggelen, 4 Comments
I "Hear" the XNA Game Studio Express will be available 8/30/06 - (?)Is there a Specific Si...
By echsbachs, 4 Comments
You'll have to re-add the references.
sciolist_se | Mon, 03 Sep 2007 21:28:00 GMT |
Hmm, thanks for your reply, but I'm not sure what you mean by "re-adding the references." Do you mean the references within my project? Do I need to install GSE on the host PC to get the game to work?
grotius | Mon, 03 Sep 2007 21:29:00 GMT |
Alternatively you can just change the "Require specific version" property to false in your XNA assembly references.
The reason for this is that our final release is signed with a
different key to the beta assemblies, so projects created using the
beta and set to require a specific assembly version (which is the
default) won't match the assembly versions from the final build of the
framework.
shawnhargreaves_msft | Mon, 03 Sep 2007 21:30:00 GMT |
Thanks for your reply. Okies, I'll try that. Actually, my little game still needs work, so I'll recompile it in the release version of GSE and try your suggestion about not requiring a specific release version.
grotius | Mon, 03 Sep 2007 21:31:00 GMT |