Quantcast
Channel: Tweetinvi a friendly Twitter C# library
Viewing all articles
Browse latest Browse all 4126

Commented Unassigned: FAILED:Using Tweetinvi in a project using VS2010! [2289]

$
0
0
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 **

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;


Viewing all articles
Browse latest Browse all 4126

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>