i'm having this problem too. can somebody let me know if they find a
solution to this? i have the problem on vs.net 2002,2003 on more than
one pc. totally bizarre.
thanks.
DotNetJunkies User - 18 Oct 2004 22:22 GMT
Microsoft confirmed that they have seen a number of similar cases where the application message queue completely fills up thus preventing the final message that completes the load from getting through.
Try to raise the number of posted messages per message queue.
Run regedit .exe
Find the following Key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows \USERPostMessageLimit
If the USERPostMessageLimit DWord value does not exist, create it and set it to some value greater than 10,000. Reboot the client system then see if the problem still occurs.
---
DotNetJunkies User - 18 Oct 2004 22:26 GMT
Microsoft confirmed that they have seen a number of similar cases where the application message queue completely fills up thus preventing the final message that completes the load from getting through.
Try to raise the number of posted messages per message queue.
Run regedit .exe
Find the following Key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows \USERPostMessageLimit
If the USERPostMessageLimit DWord value does not exist, create it and set it to some value greater than 10,000. Reboot the client system then see if the problem still occurs.
---