PisgahMan Posted September 18, 2003 Posted September 18, 2003 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 Quote
PisgahMan Posted September 18, 2003 Author Posted September 18, 2003 BTW ...classic ASP works fine BTW...classic ASP works fine Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.