microsoft / Dynamics-AX-Integration

Dynamics AX Integration samples and demos.
285 stars 356 forks source link

duplicated Data Entity #90

Open GProdware opened 5 years ago

GProdware commented 5 years ago

Hi,

Getting this error when trying to create a record on a duplicated Data Entity i have created for setting property is public true,

Message=Could not load type 'ODataUtility.Microsoft.Dynamics.DataEntities.XXX' from assembly 'ODataUtility, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Source=ODataConsoleApplication TypeName=ODataUtility.Microsoft.Dynamics.DataEntities.XXX

I have updated the ODataClient.tt and rerun it so i can see my new Entity on the ODataClient.cs Url [Your organization's root URL]/data/XXX Works

Am i Missing Something?

Thanks,

Gill