Skeen / HearthstoneBot

A (DISCONTINUED) bot for the Blizzard Entertainment game: Hearthstone
62 stars 28 forks source link

error CS0246: The type or namespace name `MissionID' could not be found. #42

Open casper opened 9 years ago

casper commented 9 years ago

Trying to build this with latest Assembly-CSharp.dll copied from the HS folder I get this error:

projects\Bot\src\AIBot.cs(91,17): error CS0246: The type or namespace name `MissionID' could not be found. Are you missing an assembly reference?

How do I fix this error?

morefreeze commented 9 years ago

@casper do you found 'MissionID'? I find the same issue.

morefreeze commented 9 years ago

@casper oh, I see. You should add reference of "Assembly-CSharp.dll" which locate in your Heartstone\Hearthstone_Data\Managed

morefreeze commented 9 years ago

But there are so many error here, I think the reason is the dll file has been updated.

casper commented 9 years ago

@morefreeze Yeah that's the problem. MissionID doesn't exist any more, and many other symbols are missing.