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: sfounds **
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: sfounds **
try this
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using Tweetinvi;
using Tweetinvi.Core.Enum;
using Tweetinvi.Core.Extensions;
using Tweetinvi.Core.Interfaces;
using Tweetinvi.Core.Interfaces.Controllers;
using Tweetinvi.Core.Interfaces.DTO;
using Tweetinvi.Core.Interfaces.Models;
using Tweetinvi.Core.Interfaces.Models.Parameters;
using Tweetinvi.Core.Interfaces.oAuth;
using Tweetinvi.Core.Interfaces.Streaminvi;
using Tweetinvi.Json;
using Stream = Tweetinvi.Stream;