Hi,
Sorry for the long delay of this reply. I am trying to catch up with all the discussions open and I sometimes left some unanswered.
Concerning your problem it would be very useful to get the information from the ExceptionHandler.
Could you send this information to me please?
Regards,
Linvi
Sorry for the long delay of this reply. I am trying to catch up with all the discussions open and I sometimes left some unanswered.
Concerning your problem it would be very useful to get the information from the ExceptionHandler.
Could you send this information to me please?
IEnumerable<long> BloccoIE = UtentiId.ToList() as IEnumerable<long>; if (BloccoIE == null) { var lastException = ExceptionHandler.GetLastException().ToString(); } var BloccoUtenti = Tweetinvi.User.GetUsersFromIds (BloccoIE);
Linvi