• "Terraria.ModLoader.Mod.GetTexture(String name)" error
  • "Sequence contains no matching element" error
  • "error CS0234: The type or namespace name 'X' does not exist in the namespace 'Y' (are you missing an assembly reference?)"
  • Error CS0103: The name 'X' does not exist in the current context
  • Error CS0246: The type or namespace name 'Player' (or Item, Projectile, etc) could not be found (are you missing a using directive or an assembly reference?)
  • Error CS0103: The name 'ItemID' (or ProjectileID, NPCId, etc) does not exist in the current context
  • You must add a reference to assembly 'Relogic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
  • Error CS0161: 'ExampleItem.UseItem(Player)' (or some other hook): not all code paths return a value
  • System.Threading.ThreadStateException: FNA3D graphics functions must be called on the main thread
  • C# 6 issues: "An attempt was made to load an assembly from a network location..."
  • TileObjectData.AddTile Issues