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

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
 
W

WJ

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,906
Latest member
SkinfixSkintag

Latest Threads

Top