Hi there,
I am trying to use Tweetinvi 0.9.3.4 in my project using Visual Studio 2010. I have downloaded the binaries.
When I add reference to my project I add Tweetinvi.dll and Tweetinvi.Core.dll. I shows under references but when I try to type in "using Tweetinvi", it shows red line under it.
Also compiling shows "error CS0246: The type or namespace name 'Tweetinvi' could not be found (are you missing a using directive or an assembly reference?)" error. I am clueless as to what could be causing this. Kindly guide!
Thank you
Rupesh B
Comments: ** Comment from web user: KeesCBakker **
I am trying to use Tweetinvi 0.9.3.4 in my project using Visual Studio 2010. I have downloaded the binaries.
When I add reference to my project I add Tweetinvi.dll and Tweetinvi.Core.dll. I shows under references but when I try to type in "using Tweetinvi", it shows red line under it.
Also compiling shows "error CS0246: The type or namespace name 'Tweetinvi' could not be found (are you missing a using directive or an assembly reference?)" error. I am clueless as to what could be causing this. Kindly guide!
Thank you
Rupesh B
Comments: ** Comment from web user: KeesCBakker **
I've been having a similar problem. Added it as question on StackOverflow: http://stackoverflow.com/questions/24676008/tweetinvi-namespaces-are-not-recognized-although-dlls-are-present
![Image](http://i.stack.imgur.com/44yzD.png)
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