I get this error when running on windows server 2008
Runs fine locally on win7 though
Any ideas?
Runs fine locally on win7 though
Any ideas?
Object reference not set to an instance of an object.
at Tweetinvi.Credentials.QueryDTO.IdsCursorQueryResultDTO.GetNumberOfObjectRetrieved()
at Tweetinvi.Credentials.TwitterAccessor.ExecuteCursorGETCursorQueryResult[T](String baseQuery, Int32 maxObjectToRetrieve, Int64 cursor)
at Tweetinvi.Credentials.TwitterAccessor.ExecuteCursorGETQuery[T,T1](String baseQuery, Int32 maxObjectToRetrieve, Int64 cursor)
at Tweetinvi.Controllers.User.UserQueryExecutor.GetFollowerIds(IUserIdentifier userDTO, Int32 maxFollowersToRetrieve)
at Tweetinvi.Controllers.User.UserController.GetFollowerIds(IUserIdentifier userDTO, Int32 maxFollowersToRetrieve)
at Tweetinvi.Logic.User.GetFollowerIds(Int32 maxFriendsToRetrieve)