Game Development Community

ERROR

by Niccolo\\\\\\\" · in Torque X 2D · 02/14/2010 (8:21 am) · 1 replies

Hi at all,

when I try to compile TANK example, I have this error.

Any help?

Tnk1000.


[img]http://www.pctunerup.com/up/results/_201002/th_20100214132419_Immagine.JPG[...

#1
02/14/2010 (9:41 am)
I've had this problem myself recently. A few things to check:

1) Have you got the Debug configuration build selected in Visual Studio?
2) Can you run the game inside of Visual Studio?
3) Is the name of the Torque X Builder project the same as the *.csproj file?
4) When you make changes to components inside of Visual Studio and have them appear in Torque X Builder?

If the answer to these questions is "yes", then in theory is should work. A few days ago I posted a solution the same problem I was having and I tracked it down to the fact Visual Studio was changing the order of <Property> nodes inside of the *.csproj file. This can sometimes happen when you makes changes to the project inside of Visual Stuido.

Here is the link: http://www.torquepowered.com/community/forums/viewthread/110819

Hope this helps.


Michael