vs2005b2 and Enterprise Library

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Dave,

Be aware that not much people are using the Net 2.0 yet really active.

There are more Net 2.0 beta or rcc frameworks distributed, so it will be
very difficult to give you good information about this kind of messages
until the final version is released.

You do have to find as with every beta, the solution yourself withouth any
documentation. Even if there is a solution given, than will it be for people
searching this newsgroups in future be misleading when there is not a
message like mine now in the answers.

Just my thought,

Cor
 
OOPs

I see you wrote vs2005b2 in your message, so skip that part of my message,
however know that there have been at least 3 kind of betas after that.

Cor
 
Back
Top