You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The exception thrown is:
Cannot cast to 'Image'; type must be assignable from 'byte[]'
From row 52 of var frame = image.RenderImage().As(); In ImageBoxExtensions.cs
To reproduce it just download sample, run Print SCP and run Print SCU from Windows Visual Studio using .Net Framework 4.x
I tried also with .Net 8.0, same error.
The text was updated successfully, but these errors were encountered:
The exception thrown is:
(); In ImageBoxExtensions.cs
Cannot cast to 'Image'; type must be assignable from 'byte[]'
From row 52 of var frame = image.RenderImage().As
To reproduce it just download sample, run Print SCP and run Print SCU from Windows Visual Studio using .Net Framework 4.x
I tried also with .Net 8.0, same error.
The text was updated successfully, but these errors were encountered: