Can anybody explain this exception please ?

  • Thread starter Thread starter Peter Rilling
  • Start date Start date
P

Peter Rilling

Can you provide the entire call stack as well as the OS version that you are
using.
 
Hello,

Can anyone give an idea why we get the error below when we
try to run our first Dot net application ?

Thanks.



Server Error in '/XXX' Application.
-----------------------------------------------------------
---------------------

'ResourcePool' is not supported on the current platform.
Description: An unhandled exception occurred during the
execution of the current web request. Please review the
stack trace for more information about the error and where
it originated in the code.

Exception Details:
System.PlatformNotSupportedException: 'ResourcePool' is
not supported on the current platform.
 
We worked around by setting 'Pooling=False' in web.config. Sorry i didn't
store the stack trace. We are using Windows 2000 Professional.

Thanks for your interest anyway.

Chak.
 
Back
Top