PDA

View Full Version : Help with .net Question about offline cache.


intrader
06-19-2003, 10:41 PM
I get the status message 'Initializing offline cache' and the IDE hangs (must be killed). IIS is also in trouble as it later aborts with a bad memory references.

Thanks in advance

steven1133
10-18-2004, 04:24 PM
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.