Rank: Newbie Groups: Member
Joined: 3/3/2021 Posts: 2
|
Hi Team,
I am using below two dll for opening browser in my window application.
EO.WebBrowser (505 KB) EO.WebBrowser.WinForms (30 KB)
But when we build our project then our project dll file size increased by 70 MB. Before adding above references our DLL size was 33 MB but after these references size was 105 MB.
Please resolve this issue and share the reason why size is increasing too much. Also guide how we can reduce project dll size with these references.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
This is normal. You need EO.WebEngine.dll to use EO.WebBrowser. There is no way you can reduce the project size because EO.Engine.dll is the DLL that contains the browser engine. A modern browser engine is extremely large. In fact our DLL size is the smallest among all Chromium based browser engine because the browser engine code inside our DLL is compressed. We then decompress it on the fly when we load it.
Thanks!
|