Game Development Community

XnaChopperStrike Chapter 16

by Zilla · in · 10/15/2008 (7:31 am) · 0 replies

When I try to debug XnaChopperStrike and several other of your 2D projects, I get the following warning:

Die Datei "Game.txproj" konnte dem Projekt nicht hinzugefuegt werden. 
Es ist bereits eine Datei mit dem gleichen Pfad im Projekt vorhanden.

It means in english:

Game.txproj could not be added to the project
because there is already another file with that name.

Why?

I cannot compile XnaChopperStrike from chapter 16 because of the following errors:

Die Datei obj\x86\Debug\Microsoft.Xna.Framework.RuntimeProfile.txt kann nicht in 
obj\x86\Debug\StarterGame2D.obj.x86.Debug.Microsoft.Xna.Framework.RuntimeProfile.txt 
kopiert werden.

and

Files besitzt einen ungueltigen 
obj\x86\Debug\StarterGame2D.obj.x86.Debug.Microsoft.Xna.Framework.RuntimeProfile.txt-Wert.

They mean:

obj\x86\Debug\Microsoft.Xna.Framework.RuntimeProfile.txt cannot be copied to 
obj\x86\Debug\StarterGame2D.obj.x86.Debug.Microsoft.Xna.Framework.RuntimeProfile.txt

and

Files has an invalid 
obj\x86\Debug\StarterGame2D.obj.x86.Debug.Microsoft.Xna.Framework.RuntimeProfile.txt-value

PS: Sorry for the double-post. The german letter "ue" was causing an end-of-file-or-something in edit box ot the post.