I am writing a twitter client, while connecting twitterizer.dll to it, but the following compilation error is displayed:

On line:

using Twitterizer.Framework; 

The following error: Could not find the name of the type or namespace "Twitterizer" (missing using directive or link to assembly. Help fix

    2 answers 2

    References (Add Reference ...)

    Do you have a library added, besides being registered using?

    • Yes, just can not even imagine, it is so difficult to understand remotely. I understand, do you follow [documentation] [1]? [1]: twitterizer.net/documentation - rasmisha
    • @rasmisha Could not find the name of the Twitterizer type or namespace (missing using directive or build link?) This is the error - navi1893
    • @ navi1893 Strange now from the site downloaded the library [twitterizer2.dll] [1], and I have exactly this, just because in this namespace there is no such class Twitter. (draft .Net 4.0). Are you sure that you write everything correctly? (you can give a link to where you downloaded and where you get information on using the library) [1]: twitterizer.net/files/Twitterizer2-2.4.zip - rasmisha
    • Yes, if you use twitterizer2 there are such errors, I therefore began to use the first version. Here: en.sourceforge.jp/frs/… and here: youtube.com/… - navi1893
    • Created a target 3.5 project using Twitterizer; and already in the Twitterizer.Framework.Twitter method twitter = new Twitterizer.Framework.Twitter ("login", "pass"); never swears anywhere - rasmisha
     using Twitterizer; 

    Because.

    • same mistake. Does not disappear = / - navi1893 2:49 pm
    • @ niki-timofe what's the problem ?? - navi1893