Hi
The app we're developing works fine on all systems, except for one in which it occasionally hangs.
We've narrowed the problem down to the URLDownloadToFile() function in urlmon.lib, which is not returning.
A standalone app that we wrote that does nothing except invoke this function recreates the issue on this system, while working fine on all the others.
How can we further diagnose why the function is hanging only on that system?
The file we're downloading is really small and there are no special network issues.
Thanks!