TaureliusDataset without manager property

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?

I don't know, probably you have manually tweak the TMS components installation by modifying Delphi library path.

I suggest you uninstall everything, undo all manual changes you've made and follow our troubleshooting guide:

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.