.net - What 'quota' is being referred to in this exception message: Not enough quota is available to process this command -
i have .net application throws following exception: system.componentmodel.win32exception : not enough quota available process command @ ms.win32.unsafenativemethods.postmessage(handleref hwnd, int32 msg, intptr wparam, intptr lparam) @ ms.win32.managedwndproctracker.hookupdefwindowproc(intptr hwnd) @ ms.win32.managedwndproctracker.onappdomainprocessexit() @ ms.win32.managedwndproctracker.managedwndproctrackershutdownlistener.onshutdown(object target) @ ms.internal.shutdownlistener.handleshutdown(object sender, eventargs e) i can't reproduce exception personally, lots of exception reports users. what 'quota' being referred to? stack trace leads me believe might problem windows message queue. any ideas might cause error, or how fix appreciated. edit, further info: on 32 bit windows xp on machines, , exception not in my code such, .net framework event handler of sort. application not make postmessage calls. the amount of windows ...