Welcome Guest Search | Active Topics | Sign In | Register

Project dll file size increased by 70 MB after build Options
Pankaj Jindal
Posted: Wednesday, March 3, 2021 2:08:17 AM
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.
eo_support
Posted: Wednesday, March 3, 2021 11:05:40 AM
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!


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.