G
Guest
I am trying to get a web site up using asp.net 2.0 and the enterprise library.
I am currently stuck at the following error message.
Any help would be very much appreciated.
- dave
The specified type is abstract: name='KeyAlgorithmPairStorageProviderData',
namespace='http://www.microsoft.com/practices/enterpriselibrary/08-31-2004/configuration', at >.
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.InvalidOperationException: The specified type is
abstract: name='KeyAlgorithmPairStorageProviderData',
namespace='http://www.microsoft.com/practices/enterpriselibrary/08-31-2004/configuration', at >.
Source Error:
Line 28: Public Shared Function getDr(ByVal sSQL As String) As
IDataReader
Line 29: Dim db As Database
Line 30: db = DatabaseFactory.CreateDatabase
Line 31:
Line 32: Dim dbCommandWrapper As DBCommandWrapper =
db.GetSqlStringCommandWrapper(sSQL)
Source File: C:\Inetpub\wwwroot3\findlocaltraining\App_Code\Objects\Db.vb
Line: 30
I am currently stuck at the following error message.
Any help would be very much appreciated.
- dave
The specified type is abstract: name='KeyAlgorithmPairStorageProviderData',
namespace='http://www.microsoft.com/practices/enterpriselibrary/08-31-2004/configuration', at >.
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.InvalidOperationException: The specified type is
abstract: name='KeyAlgorithmPairStorageProviderData',
namespace='http://www.microsoft.com/practices/enterpriselibrary/08-31-2004/configuration', at >.
Source Error:
Line 28: Public Shared Function getDr(ByVal sSQL As String) As
IDataReader
Line 29: Dim db As Database
Line 30: db = DatabaseFactory.CreateDatabase
Line 31:
Line 32: Dim dbCommandWrapper As DBCommandWrapper =
db.GetSqlStringCommandWrapper(sSQL)
Source File: C:\Inetpub\wwwroot3\findlocaltraining\App_Code\Objects\Db.vb
Line: 30