View Single Post
Old 04-10-2008, 02:12 PM   #10 (permalink)
GhostRiderGrey
Forum Novice
 
GhostRiderGrey's Avatar
 
Join Date: Nov 2007
Posts: 141
Default

Ravon, Thanks for the quick response. I just tried to compile again and now have 1290 errors (soo many that they scroll up out of the terminal window and I cant see them all). Here is a sampling:
Code:
./Scripts/Spells/Third/Unlock.cs(29,48): error CS0246: The type or namespace name `Target' could not be found. Are you missing a using directive or an assembly reference?
./Scripts/Spells/Third/WallOfStone.cs(91,46): error CS0246: The type or namespace name `Item' could not be found. Are you missing a using directive or an assembly reference?
./Scripts/Spells/Third/WallOfStone.cs(171,55): error CS0246: The type or namespace name `Timer' could not be found. Are you missing a using directive or an assembly reference?
./Scripts/Spells/Third/WallOfStone.cs(188,48): error CS0118: `Server.Spells.Third.WallOfStoneSpell.Target' is a `method' but a `type' was expected
./Scripts/Targets/BladedItemTarget.cs(12,41): error CS0246: The type or namespace name `Target' could not be found. Are you missing a using directive or an assembly reference?
./Scripts/Targets/MoveTarget.cs(9,35): error CS0246: The type or namespace name `Target' could not be found. Are you missing a using directive or an assembly reference?
./Scripts/Targets/PickMoveTarget.cs(9,39): error CS0246: The type or namespace name `Target' could not be found. Are you missing a using directive or an assembly reference?
./Server/Serialization.cs(76,52): error CS0246: The type or namespace name `Item' could not be found. Are you missing a using directive or an assembly reference?
./Server/Serialization.cs(138,62): error CS0246: The type or namespace name `Item' could not be found. Are you missing a using directive or an assembly reference?
Compilation failed: 1290 error(s), 0 warnings
Lots of CS0246 and CS0118 errors. Can you provide insight as to how to troubleshoot at this point?

Thanks!!
GhostRiderGrey is offline   Reply With Quote