Hello,
I have updated gembox version from 45.0.0.1043 to 45.0.1187. In my startup, i used to set license key like this:
after the update when i start project some dlls are missing:
ReachFramework,
PresentationCore,
PresentationFramework,
System.Windows.Freezable.
Though there was an error when downloading nugget dependencies. found them and written separately but didn’t work out.
I haven’t found any related issues so any advice is appreciated.
my application: .NET core 3.1
Hi,
Please provide the stack trace of the exception so we can see what GemBox.Spreadsheet functionality you used when exception was thrown.
Is your application running on Windows or on some other operating system?
Regards,
Stipo
Hi,
It seems to me that the issue is originating from AutoMapper that uses reflection to also inspect all GemBox.Spreadsheet types. Some GemBox.Spreadsheet types have a dependency on WPF so probably cannot be loaded by the .NET runtime if WPF assemblies cannot be loaded.
Is it possible to exclude inspection of GemBox.Spreadsheet assembly by AutoMapper?
Regards,
Stipo
Hi,
The problem was with AutoMapper.Extensions.Microsoft.DependecyInjection nugget. if this one is removed from the project, everything works. but you have to write all mappings, because as you said it uses reflection to inspect all object types and properties. Thank you for your time 