c# - Strange WPF Behaviour With WCF Async calls -


I have an FIPF application that is calling WCF through the async call.

The app has four tabs, each loaded with different async calls, each tab contains a busy signal.

Issue: When I'm running within Visual Studio, I start a fresh button on each tab and the busy indicator of each tab and the data is retrieved from the WCF service. Each tab comes back as a data, it is refreshing.

When I deploy the application through a single click, after the application's UI is hanging, refresh only two tabs, so in this case I press a refresh on the tab, then on tab 2 and The app is hanging until one of the two tab data is back.

I first thought that it was something to do with the WCF service throttling and it was not so that in case of a click deployment of both the visual studio and the application point for the same service.

Does anyone have any idea where to look? Can not I reproduce the issues hanging in Visual Studio?

2 things are smelled once

< P>


Comments