I have written c# code to connect ms dynamics crm online using console application also we have a separate XML file which will store the CRM connection details. However when we built the code and deployed to UAT it was working . When we deployed it to PROD the exe was still pointing to UAT CRM instead of PROD. we have verified there is no hardcoding involved in the code and reading the data from connection Config file (XML File).
Is there anyway to find that the built exe is corrupted or not built properly? If yes, how can we find the root cause of the issue?
Note - When we cleaned the solution and rebuilt the exe again the issue is resolved automatically.
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.