Hi,
We have a custom scheduled task addin that is using both Dynamicweb.DataIntegration.Providers.XmlProvider and Dynamicweb.DataIntegration.Providers.DynamicwebProvider references. The XML provider for example, the version referenced in csproj matches the version installed 10.6.1, but when when code is hit it says it cannot find assembly with version 1.0.0.0.
Any thoughts on what could be wrong here?
From decompiler:
#region Assembly Dynamicweb.DataIntegration.Providers.XmlProvider, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// C:\Users\MárioSantos\.nuget\packages\dynamicweb.dataintegration.providers.xmlprovider\10.6.1\lib\net8.0\Dynamicweb.DataIntegration.Providers.XmlProvider.dll
// Decompiled with ICSharpCode.Decompiler 8.1.1.7464
#endregion