Hello
I did manually converted a .NET Framework 4.7.2 to .NET Core 5.0. I did the conversion by editing the .csproj files using Sdk format.
I have Telerik WPF libraries (2021.3.914) installed locally, and the project refers to the local DLLs.
I don't get any design-time error. I can even see the preview of the page and controls in the designer.
When I run the app I get a runtime error.
System.TypeInitializationException: 'The type initializer for 'Telerik.Windows.Controls.TelerikLicense' threw an exception.'
MissingMethodException: Method not found: 'System.ActivationContext System.AppDomain.get_ActivationContext()'.
I have two projects running side by side: the .NET Framework 4.7.2 runs fine, .NET Core 5.0 fails.
Thanks
Herald