Hi ,
(Using vs 2005 Professional)
I have compiled an assembly consisting of a dataset that has been extended through
Partial classes and daab 2.0 , called lets say dsDataAccess

I then created a windows form project that references dsDataAcces, I then created an object datasource of dsDataAccess.


I have a dropped a bindingsource component onto a form.

The problem is that I can not set the bindingsource datasource to dsDataAccess.

The error I get is:

“Property value is not valid�br> “BindingSource unable to create list based on the Type specified in the DataSource property.�/p>

Further, when I try to expand the dsDataAccess node in the data sources window, Visual Studio shuts down shuts down, on re opening the winforms project, intellisense does not work.

Is this a bug, if so how do I go about fixing it?

Any help would be greatly appreciated.

Thanks

Andy