sharpbrowser / SharpBrowser

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

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

Closed TwangyMoney closed 2 years ago

TwangyMoney commented 2 years 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 2 years ago

Line #63 of MainForm.cs image

robinrodricks commented 2 years ago

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

image

Configure:

image