Hello there,
My application users are intermittently facing application hanging issue.
In our analysis, we found that this is happening while calling SharePoint 2010 web service from C# Windows form application.
Details of the Application and Issue:
1. Application is developed on .NET 3.5, C# windows Forms
2. Application try to communicate with SharePoint for downloading and uploading the documents into SharePoint libraries.
3. Some of the SharePoint libraries have already crossed the list threshold, and i think this should be a problem.
4. Considering the issue from Network point of view, we have run the Network analyzer(Wireshark) on user machine, but no luck.
5. Looks like Application is waiting for the response from the SharePoint web service, and it never gives any response and application getting stuck here.
Please provide your valuable suggestion for my problem
Thank you in advance
Vikram
Tapan PatelPosted Nov 27, 2017, 2:35 PM
If you have tried something, please share some code so that we can understand the issue.
Meanwhile, try running Fiddler (in parallel) to see how much time request takes to get response back from server (Also check if there is some sort of proxy setup for each incoming/outgoing traffic through firewall). Fiddler should be helpful here.
Amit GuptaPosted Nov 27, 2017, 8:57 AM
vikram padigalaPosted Nov 27, 2017, 8:25 AM
Amit GuptaPosted Nov 23, 2017, 7:28 AM