I'm using creating a .Net 4.0 application to post stuff to Twitter using the Tweetinvi API. I can't use packages, so I've downloaded the dll's and added them to my project:
Yet my includes are showing errors:
My error console shows:
Error 423 The type or namespace name 'Core' does not exist in the namespace 'Tweetinvi' (are you missing an assembly reference?) {...file...}.cs 10 17 ApiProviders
Can anyone tell me why this happens and how I could fix this?