I am having problems creating an image from a stream. on my windows pc it has large forks, on the ubuntu server, it gives an error
System.ArgumentException: A null reference or invalid value was found [GDI+ status: InvalidParameter] at System.Drawing.GDIPlus.CheckStatus (System.Drawing.Status) <0x00157> at System.Drawing.Image.CreateFromHandle (intptr) <0x00027> at System.Drawing.Image.LoadFromStream (System.IO.Stream,bool) <0x0002b> at System.Drawing.Image.FromStream (System.IO.Stream,bool,bool) <0x00013>
I checked the installation of the System.Drawing library on my server, it says that system.drawing is installed
mono-test-install
Your have a working System.Drawing setup
any ideas?
c # stream ubuntu mono drawing
ardabada
source share