Unplanned
Last Updated: 29 Mar 2021 10:13 by ADMIN
Rick
Created on: 14 Feb 2020 20:13
Type: Bug Report
1
Test reporting features in windows docker container

I have an asp.net core web app that works fine running from VS 2019 and IIS Express. However, if I run it under a docker windows container, there's an error when deserializing the xml .trxd file.

Exception thrown: 'System.TypeInitializationException' in Telerik.Reporting.dll
Exception thrown: 'System.Reflection.TargetInvocationException' in System.Private.CoreLib.dll
Exception thrown: 'System.Reflection.TargetInvocationException' in System.Private.CoreLib.dll
Exception thrown: 'System.MissingMethodException' in Telerik.Reporting.dll

This is only happening when running in a windows docker container.

Please do some testing with this configuration.

1 comment
Rick
Posted on: 14 Feb 2020 20:15

Because of limitations in Azure Web App for Windows Containers, I have to use:

FROM mcr.microsoft.com/dotnet/core/aspnet:3.1-nanoserver-1809 AS base