Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi everyone, I am new to ASP.NET and I am having the following problem.

 

 

When ever I try to open a database connection on an ASP.NET page using SqlClient, I get the following error. If I add pooling=false to the connection string, this doesn't happen. I have reinstalled the .NET framework and SDK (downloaded)many times, but It hasn't helped. My co-workers do not have the same problem.

 

'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.

 

 

Can anyone offer any advice on how to fix this? happens on C# and VB.NET

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...