Hi,
When I am trying to update a forum thread when widget loads as:
$core_v2_forumThread.Update($forum.Id, $thread.Id, "%{ _ExtendedAttributes_PageIndexQueryStringKey = '$core_v2_ui.PageIndexQueryStringKey'}")
I am getting following error:
Invocation of method ‘Update’ in Telligent.Evolution.VelocityExtensions.ForumThreadsScriptedContentFragments threw exception System.IO.FileLoadException : Could not load file or assembly ‘CookComputing.XmlRpcV2, Version=2.1.0.3, Culture=neutral, PublicKeyToken=a7d6e17aa302004d’ or one of its dependencies. The located assembly’s manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Can anybody please suggest what can be the possible reason for this error?