Hi,
Code that was working in 0.9.0.2 is now not working 0.9.0.7:
Should I be doing this a different way in the new version?
Thanks,
Craig
Code that was working in 0.9.0.2 is now not working 0.9.0.7:
TwitterCredentials.Credentials = TwitterCredentials.CreateCredentials(twitter_AccessToken, twitter_AccessSecret, twitter_ConsumerKey, twitter_ConsumerSecret);
It generates this error:An unhandled exception of type 'System.TypeInitializationException' occurredI've ensured all the variables have values, and I've tried with two different sets of twitter credentials. Both sets of credentials worked before, as did the code. This line is also the first real bit of code run in my app.
Additional information: The type initializer for 'Tweetinvi.TwitterCredentials' threw an exception.
Should I be doing this a different way in the new version?
Thanks,
Craig