Hi All,
I am using the below code to read the workspace details
ProjectWSSInfoDataSet dataSet = _service.ReadWssData(projectGuid);
Getting the below error message at this point of line
System.Web.Services.Protocols.SoapException: Unhandled Communication Fault occurred
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at CPSOWorkspaceViewerList.WssInteropService.WssInterop.ReadWssData(Guid projectUID)
at CPSOWorkspaceViewerList.Services.Impl.WssInteropService.ReadWssData(Guid projectGuid)
at CPSOWorkspaceViewerList.CPSOViewerListWebPart.CPSOViewerListWebPart.GetListFromProjectWorkSpace()
at CPSOWorkspaceViewerList.CPSOViewerListWebPart.CPSOViewerListWebPart.CreateChildControls()
at System.Web.UI.Control.EnsureChildControls()
at CPSOWorkspaceViewerList.CPSOViewerListWebPart.CPSOViewerListWebPart.get_WebPartContextualInfo()
at Microsoft.SharePoint.WebPartPages.SPWebPartManager.RegisterRibbonTabs()
at Microsoft.SharePoint.WebPartPages.SPWebPartManager.OnPreRender(EventArgs e)
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Could anyone help me to fix this issue?
Thanks,
Sunitha