cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Bind() of Sybase.Persistence.AbstractEntity throwing error

Former Member
0 Kudos
1,921

Hi,

I created a MBOs object from Eclipse for using c#.net, after integration that MBOs object in .NET COMPACT FRAMEWORK 3.5(Windows Mobile) i tried to build but it was throwing following error:

1)'GetCities.LogRecordImpl' does not implement inherited abstract member 'Sybase.Persistence.AbstractEntity.Bind(System.Data.IDataReader)' 2)'GetCities.PackageProperties' does not implement inherited abstract member 'Sybase.Persistence.AbstractEntity.Bind(System.Data.IDataReader)' 3)'GetCities.Object1' does not implement inherited abstract member 'Sybase.Persistence.AbstractEntity.Bind(System.Data.IDataReader)' 4)'GetCities.LogRecordImpl.Bind(System.Data.IDataReader)': no suitable method found to override 5)'GetCities.PackageProperties.Bind(System.Data.IDataReader)': no suitable method found to override 6)'GetCities.Object1.Bind(System.Data.IDataReader)': no suitable method found to override

But same thing when i tried to .NET FRAMEWORK 3.5(Without Windows mobile) it built successfully.

In both case i gave following reference:

1)iAnywhere.Data.UltraLite.dll 2)iAnywhere.Data.UltraLite.resources.dll 3)sup-client.dll 4)Sybase.UnwiredPlatform.Windows.dll 5)Sybase.UnwiredPlatform.Windows.Forms.dll 6)Sybase.UnwiredPlatform.Windows.StockScreens.dll

I couldn't able to find out what is the reason. Could anybody help me to come out this problem, it is really urgent.

Regards, Sanjoy

Accepted Solutions (0)

Answers (0)