I am referencing a .NetFramework v4.6 library project which has Azure.kusto.Data package version 4.0.3 with dependency 'Kusto.Cloud.Platform', Version 1.0.0.0' when this library is referenced by Azure Funcion V1, It is throwing the below innerException
"Could not load file or assembly 'Kusto.Cloud.Platform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=829a00acde12d551' or one of its dependencies. The system cannot find the file specified.":"Kusto.Cloud.Platform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=829a00acde12d551"} System.Exception {System.IO.FileNotFoundException}"
As the library Azure.Kusto.Data Package has been referenced by some other services upgrading is not an options. I have clear the solutions, remove the solution package and clear the nuget cache and none of them helped.
Can you help why the Azure func v1 is not able to locate the "Kusto.Cloud.Platform, Version=1.0.0.0" which I can verify the existince of package in the libary bin folders?