在C#的Windows应用程序中尝试使用Tweetinvi时,我面临以下错误:
Error 8 The base class or interface 'System.Net.WebException' in assembly
'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
referenced by type 'TweetinCore.Exception.TwitterException' could not be resolved有没有暗示什么可能是错误的,以及如何解决它?还需要更多细节吗?
发布于 2013-11-23 13:37:52
在将Tweetinvi集成到我的Windows应用程序中时,我遇到了类似的问题。FInd在这里发布的isseue:http://tweetinvi.codeplex.com/workitem/1915
简而言之,在Windows上,System.Net.WebException似乎并不存在。不过,我们可以随时了解这一决议的讨论情况。
发布于 2013-11-23 02:54:47
您的插件需要.Net框架4.0。您使用的是不同的版本。
https://stackoverflow.com/questions/20157260
复制相似问题