sharpbrowser / SharpBrowser

A full featured web-browser built using C# and CefSharp
MIT License
881 stars 386 forks source link

System.ArgumentNullException: 'Value cannot be null. (Parameter 'stream')' #73

Closed TwangyMoney closed 1 year ago

TwangyMoney commented 1 year ago

At MainForm.cs, I get errors every time I try to run the program and if I try to run it without debugging it still gives me an error but I can click continue. When I click continue the icon doesn't appear.

TwangyMoney commented 1 year ago

Line #63 of MainForm.cs image

robinrodricks commented 1 year ago

You need an icon in the resources folder called twangbrowser.ico then.

image

Configure:

image