Aurelius dictionary issues

Hi,
I created the model of my entities using the Data Modeller app.
When I try to get a list of entities,
like this :

  comms := dm.AureliusManager1.Find<TCommessa>
    .Where(Dic.Commessa.SETTIMANA = '40').List;

I get this error message :
Incompatible types: 'string' and 'TDictionaryAttribute'.
Why?
Thanks is advanced

I believe you are using the Legacy Dictionary option checked. Try to uncheck it when generating the entities: