When I try and use credentialscreator from the Tweetinvi namespace it says it cannot find it:
Thanks,
Joe
The type or namespace name 'CredentialsCreator' does not exist in the namespace 'Tweetinvi' (are you missing an assembly reference?) C:\Users\Joe\Documents\Visual Studio 2012\Projects\Zynk\Zynk.Social.Twitter\oAuthBase.cs 42 48 Zynk.Social.Twitter
And I believe it's because VS2012 logs the following warnings regarding dependancies on the library:The primary reference "Tweetinvi" could not be resolved because it has an indirect dependency on the assembly "Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" which was built against the ".NETFramework,Version=v4.5" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.0". Zynk.Social.Twitter
The primary reference "Tweetinvi" could not be resolved because it has an indirect dependency on the framework assembly "System.Net.Http, Version=1.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which could not be resolved in the currently targeted framework. ".NETFramework,Version=v4.0". To resolve this problem, either remove the reference "Tweetinvi" or retarget your application to a framework version which contains "System.Net.Http, Version=1.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". Zynk.Social.Twitter
The primary reference "Tweetinvi" could not be resolved because it has an indirect dependency on the framework assembly "System.Runtime, Version=1.5.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which could not be resolved in the currently targeted framework. ".NETFramework,Version=v4.0". To resolve this problem, either remove the reference "Tweetinvi" or retarget your application to a framework version which contains "System.Runtime, Version=1.5.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". Zynk.Social.Twitter
And several others, have you encountered this previously when trying to use the library in .NET 4.0?Thanks,
Joe