Hi,
My aurelius framework has some units problems. I uninstalled and installed again but nothing to do .
Some unit as Taurelius.bind.dataset are empty.
my aureliusdataset :
unit Aurelius.Bind.Dataset;
interface
uses
DB, JsonDataset;
type
TAureliusDataset = class(TBaseJsonDataset)
end;
implementation
end
I notice there are two aurelius.bind.dataset unit. see attached screenshot. the one under xdata is empty and for this I was not able to set the manager property. Instead under aurelius.source.core the unit is complete of all code. But my component (TaureliusDataset) points to the empty unit.why?

