Hi,
whenever i try to compile my code, after i've added to it the myGeneration custom and master class, i get this error.I only generated the classes for one table inside my database, the table is called "Factura", so it generates FacturaQuery, FacturaCollection, And Factura.
The problem is in InitQuery inside FacturaQuery, it says:
"BusinessObjects.Factura does not contain a definition for OnLoadDeletage"
I can see they use onLoadDelegate inside the initQuery method, but it's the one that gives me trouble since it won't compile because of that.
Also, i don't know if this is because of the onloaddelegate, because if i comment those two lines out (the two ones that call the onloaddelegate function) then when i run my code, the "return FacturaMetaData.Meta" throws an exception.
Any help would be greatly appreciated, thanks.