System.IO.FileNotFoundException: 'Could not load file or assembly 'Syncfusion.DocIO.Portable, Version=17.1200.0.50, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89' or one of its dependencies. The system cannot find the file specified.'
System.IO.FileNotFoundException: 'Could not load file or assembly 'Syncfusion.DocIO.Base, Version=17.1460.0.50, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89' or one of its dependencies. The system cannot find the file specified.'
Here I'm getting the following error:
System.IO.FileNotFoundException: 'Could not load file or assembly 'Syncfusion.DocIO.Portable, Version=17.1200.0.50, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89' or one of its dependencies. The system cannot find the file specified.'
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Autofac" Version="4.9.2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Include="Syncfusion.DocIO.Net.Core" Version="17.1.0.50" />
<PackageReference Include="Syncfusion.DocIORenderer.Net.Core" Version="17.1.0.50" />
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="17.1.0.50" />
<PackageReference Include="Syncfusion.XlsIO.Net.Core" Version="17.1.0.50" />
<PackageReference Include="Syncfusion.XlsIORenderer.Net.Core" Version="17.1.0.50" />
<PackageReference Include="System.Data.SqlClient" Version="4.6.0" />
</ItemGroup>
</Project>
SyncfusionTest\SyncfusionTest.WPF\bin\Debug |
SyncfusionTest\SyncfusionTest.WPF\bin\Debug |