C
Craig Mellon
Hi All,
I am new to ASP.net and am having a problem connecting to
SQL. Everytime i try to open the connection i get the
following error:
'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.
Source Error:
Line 68: Dim oConn As New SqlConnection
Line 69: oConn.ConnectionString
= "Server=CraigDev\Development01;Database=DDAContact;User
Id=**;Password=***"
Line 70: oConn.Open()
Line 71:
Line 72: Try
The above connection string is what i use in my vb6
projects and works ok in vb 6. The above call falls over
on line 70 every time and i haven't got a clue what it is.
Thanks in advance
Craig
I am new to ASP.net and am having a problem connecting to
SQL. Everytime i try to open the connection i get the
following error:
'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.
Source Error:
Line 68: Dim oConn As New SqlConnection
Line 69: oConn.ConnectionString
= "Server=CraigDev\Development01;Database=DDAContact;User
Id=**;Password=***"
Line 70: oConn.Open()
Line 71:
Line 72: Try
The above connection string is what i use in my vb6
projects and works ok in vb 6. The above call falls over
on line 70 every time and i haven't got a clue what it is.
Thanks in advance
Craig