Welcome Guest Search | Active Topics | Sign In | Register

About EO.WinForm.WebControl class Options
Ziraat Teknoloji
Posted: Friday, August 2, 2019 10:54:04 AM
Rank: Newbie
Groups: Member

Joined: 10/26/2017
Posts: 6
Hello,

With version 19.1.81, you moved EO.WinForm.WebControl class to EO.WebBrowser.WinForm.dll. There are lots of screens we used that class and with that breaking change we have to recompile our screens. It is a difficult process for us. Can you add typeforwarding attribure to this class? Or is there any alternative way?

Thanks,
eo_support
Posted: Friday, August 2, 2019 2:46:14 PM
Rank: Administration
Groups: Administration

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

Thank you very much for your feedback. Unfortunately we are not able to add TypeForwardedToAttribute attribute. Adding this attribute requires EO.WebBrowser.dll to reference EO.WebBrowser.WinForm.dll. However EO.WebBrowser.WinForm.dll already references EO.WebBrowser.dll because it needs to use many core types in that DLL. This would create a circular reference scenario that is not allowed.

The breaking change was necessary when we added .NET Core support to EO.WebBrowser. .NET Core 2 does not support Windows.Forms, so we have to move the Windows Forms related class out of the DLL. Unfortunately this means that you must recompile all your application. We apologize for the inconvenience.

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.