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

asked 27 Jan '12, 05:28

Sanjoy%20Hazra's gravatar image

Sanjoy Hazra
1222
accept rate: 0%

Please have a look at this answer/hint to your previous (and possibly identical) question.

(27 Jan '12, 07:10) Volker Barth
Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×22

question asked: 27 Jan '12, 05:28

question was seen: 1,740 times

last updated: 27 Jan '12, 07:10