<p>Hello,</p>
<p> </p>
<p>I think there is a bug in the RemoveFiles method of SharePoint Utility assembly (ListsServiceUtility.vb) :</p>
<p> </p>
<p>At line 328-329 of ListsServiceUtility.vb file, the list name is not passed as parameter, but a hard coded value : </p>
<p> </p>
<p> Dim data = listsProxy.GetSharePointListItemData( _</p>
<p> "Documents", viewName, New String() {"FileRef", "ID"}, , False, 300)</p>
<p> </p>
<p> </p>
<p>It should be </p>
<p> Dim data = listsProxy.GetSharePointListItemData( _</p>
<p> listName, viewName, New String() {"FileRef", "ID"}, , False, 300)</p>
Comments: ** Comment from web user: kevinidzi **
<p> </p>
<p>I think there is a bug in the RemoveFiles method of SharePoint Utility assembly (ListsServiceUtility.vb) :</p>
<p> </p>
<p>At line 328-329 of ListsServiceUtility.vb file, the list name is not passed as parameter, but a hard coded value : </p>
<p> </p>
<p> Dim data = listsProxy.GetSharePointListItemData( _</p>
<p> "Documents", viewName, New String() {"FileRef", "ID"}, , False, 300)</p>
<p> </p>
<p> </p>
<p>It should be </p>
<p> Dim data = listsProxy.GetSharePointListItemData( _</p>
<p> listName, viewName, New String() {"FileRef", "ID"}, , False, 300)</p>
Comments: ** Comment from web user: kevinidzi **
A new version has been released, please try it out (marked beta)