I execute near about 600 test cases from jenkins..But at certain point of time it throws an Error
Unhandled exception Win32Exception,Error creating window handle.,System.Windows.Forms, at System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)
When I looked for handle count for that process it ws just 700..But what I feel is handle Quota for process is 10000..Than Why it behaves in a weird manner..Please help its Quite Urgent..
Note:I am using NUnit console to run test cases.All the installation on jenkins machine are proper.
Best part is when I run the test cases from console on local problems does not arises..it only occurs while running from jenkins..Is it some weird jenkins Behavior??