We are retrieving the WarehouseInventoryStatusesOnHand entity data from Operations using the Console Application(C#) by using the below url https://abcdefg****.sandbox.operations.dynamics.com/data/$metadata
The purpose of this integration is to get the live inventory stocks from AX into CRM.
We have added the required OdataClient.tt files then OdataClient.cs get generated.
Also we have added the ClientConiguration.cs and OAuthHelper.cs classes as suggested in the blogs and GITHUB.
But while building the solution below error is coming.
Error CS8103 Combined length of user strings used by the program exceeds allowed limit. Try to decrease use of string literals.
I'm using the Visual Studio 2015 and .Net Framework 4.6.1
Can anyone suggest how to handle this issue or give solution/approach on the same.
*This post is locked for comments