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