|
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.
|
|
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.
|
|
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.
|
|
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!
|
|
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!
|
|