Hi,
I have created ODataLibrary and its generated .cs with all the end points from my given metadataUriString ;
and generated Anthentication utility.dll added these dll files to console application to consume data from d365fo..
when i add the command "Using ODataUtility.Microsoft.Dynamics.DataEntities " in my program.cs
it gives me following error "The type or namespace name "Odatautility" could not be found (are you missing using directive or assembly reference)
Please help me to resolve this issue