views:

9

answers:

0

Hi there,

I am trying to build an application using subsonic 3.0.0.3, VS 2008, sql server 2005. I followed all the steps as in the demos / tutorial, and I was able to generated the classes, but the app won't build. Basically for each table mapped, I get the following warning : Warning 3 'GanagroLite.Data.Employee' overrides Object.Equals(object o) but does not override Object.GetHashCode() (In ActiveRecord)

Then I get error messages for each table (I think associated to this):

Error 30 the name '_RACE' does not exist in the current context

Error 28 'GanagroLite.Data.RACE' does not contain a definition for 'RACE' and no extension method 'RAZA' accepting a first argument of type 'GanagroLite.Data.RAZA' could be found (are you missing a using directive or an assembly reference?) C:\GanagroLite\SourceCode\GanagroLiteBO\ActiveRecord.cs

Any help is greatly appreciated.

Thanks!