Upgrade Issues Re Binding List

Posts   
 
    
hplloyd
User
Posts: 191
Joined: 29-Oct-2004
# Posted on: 08-Sep-2006 16:31:55   

Hi,

I am working through upgrading my application to the new V2.0 templats (.NET 1.1 format) and I am getting a compile error

"Cannot implicitly convert type"SABER.Engine.HelperClasses.EntityCollection" to "System.ComponentModel.IBindingList""

This seems to happening when I am trying to programatically use an entity collection as the datasource for a Janus grid control....

What do I need to do to get this to work under v2.0 (did work in 1.2005)

Regards

Huw

hplloyd
User
Posts: 191
Joined: 29-Oct-2004
# Posted on: 08-Sep-2006 19:14:50   

Please ignore my last message - solved by casting to IBindingList using (IBindingList) EntityCollection