Comments on: Consume API from Dynamics 365 Finance and Operations https://blog.monsieurwinner.com/2022/08/30/consume-api-from-dynamics-365-finance-and-operations/ MS D365FO || Monsieur D365FO Fri, 07 Apr 2023 08:18:18 +0000 hourly 1 https://wordpress.org/?v=6.6.2 By: Komi Siabi https://blog.monsieurwinner.com/2022/08/30/consume-api-from-dynamics-365-finance-and-operations/#comment-9 Fri, 07 Apr 2023 08:18:18 +0000 https://blog.monsieurwinner.com/?p=458#comment-9 In reply to Stuart.

Hi Stuart,

You should do this.

1. Clean & Build the DLL project with no error.
2. Remove reference from X++ Project
3. Comment where the reference had ben used.
4. REBUILD X++ Project
5. Readd reference and you should be fine.

]]>
By: Stuart https://blog.monsieurwinner.com/2022/08/30/consume-api-from-dynamics-365-finance-and-operations/#comment-7 Wed, 05 Apr 2023 07:07:22 +0000 https://blog.monsieurwinner.com/?p=458#comment-7 Hi Komi,
Great article. I’m having trouble replicating this in my environment though. I have added a reference to the DLL in my D365 project but the compiler still doesn’t appear to recognize it. Is there a trick I’m missing? Any particular .Net framework I should be targeting?

I’m using VS2019 and targeting the default .NET 5 for my DLL.

]]>