0

We have our own logic written to be able to transfer data to use in Azure Search. Before we were using the Microsoft.Azure.Search dll’s in X++ (F&O) but as these got deprecated, and we need to connect to Government Cloud, we had to do an upgrade (see https://learn.microsoft.com/en-us/azure/search/search-dotnet-sdk-migration-version-11)

 Old dll’s used in the bin-folder of our model in F&O:

New dll’s that are referenced after the upgrade:

When we unit test this using a console app in .Net, everything seems to work. The issue persist when we put these dll’s in the bin folder of F&O, and we do a call to this functionality we retrieve following error message:

We already tried to figure out if correct versions of the referenced dll’s are used, but this seems to be fine.

Tried to get information by tweaking the output to get the referenced assemblies:

 

Looking into the used dll’s in the debug folder of our console app this seems to be the correct ones:

 

Anyone had the same problem and ideally have a solution?

We tried creating a console app to have the exact same input as used from F&O, but in the console app it works without any issues.

We expect it to work when called from within F&O

  • Can you please open a support case: https://learn.microsoft.com/en-us/azure/azure-portal/supportability/how-to-create-azure-support-request? This may need more insights as of that functionality used to work, some code snippets and such. Thank you. – Gia Mondragon - MSFT Mar 09 '23 at 17:52

0 Answers0