Welcome Guest Search | Active Topics | Sign In | Register

Type initalizer error since release 2.1.x Options
marco
Posted: Monday, May 4, 2020 12:46:21 PM
Rank: Newbie
Groups: Member

Joined: 12/28/2018
Posts: 4
I am using EO.PDF/EO.WebBrowser in ASP.NET Core 3.1 projects. Since release 2.1.x I am getting the following error:

at EO.Internal.bqiy.kbrw.bsor(Stream eev)
at EO.Internal.bqiy..cctor()
Method not found: 'System.Reflection.Emit.AssemblyBuilder System.AppDomain.DefineDynamicAssembly(System.Reflection.AssemblyName, System.Reflection.Emit.AssemblyBuilderAccess)'.

I have verified that 2.0.81 release works without issues.

Whooom
Posted: Tuesday, May 5, 2020 8:16:19 AM
Rank: Newbie
Groups: Member

Joined: 5/5/2020
Posts: 1
That method is dead in .NET Core. It should instead be using System.Reflection.AssemblyBuilder.DefineDynamicAssembly. I just tried it, and had the same issue. Is the EO.WebBrowser actually supporting .NET Core? I haven't been able to find any official answer.
marco
Posted: Tuesday, May 5, 2020 10:35:12 AM
Rank: Newbie
Groups: Member

Joined: 12/28/2018
Posts: 4
AppDomains were cut, so that call only works on full framework. I asked previously on this forum and the answer was that .NET Core 3.1 would be supported. Given the future roadmap for .NET it would be a limiting move not to support it. I hope it is just a regression.
eo_support
Posted: Tuesday, May 5, 2020 5:12:08 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,217
Hi,

We have looked into the issue and this was due to a bug in the obfuscator we used. We will work around this and our next build should support .NET Core 3.1. We will reply here again as soon as the new build is out (should be within the month).

Thanks!
eo_support
Posted: Friday, May 15, 2020 12:48:24 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,217
Hi,

This is just to let you know that we have posted a new build (2020.1.45) that should resolve this issue. You can download it from our download page. Please take a look and let us know how it goes.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.