ASP.NET2.0: DAAB in beta2.0?

  • Thread starter Thread starter SK
  • Start date Start date
S

SK

Hello,

I was using the data application blocks in the CTP
version. In CTP It worked for me. Now I upgraded to beta2
and I was wondering why I am getting the following error:

Could not load
type 'System.Data.ProviderBase.DbParameterBaseCollection'
from assembly 'System.Data, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089'.

In the following line of my code:

dlCategories.DataSource = SqlHelper.ExecuteReader
(ConfigurationManager.ConnectionStrings
("test").ConnectionString,
Data.CommandType.StoredProcedure, "pr_test")

Thanks
 
SK said:
Hello,

I was using the data application blocks in the CTP
version. In CTP It worked for me. Now I upgraded to beta2
and I was wondering why I am getting the following error:

The DAAB is free, source code is provided. You can recompile the entire
project under VS Beta 2.0 to get the true DAAB Beta 2 assembly. Try that to
see what happens.

John
 
Back
Top