Quantcast
Channel: Active questions tagged blazor - Stack Overflow
Viewing all articles
Browse latest Browse all 4162

Unhandled exception rendering component: Unable to set property 'CaptchaWord' on object of type 'BlazorCaptcha.Captcha'

$
0
0

I use a nugget package that named is BlazorCaptcha in my Blazor project. My project is built and displaying on browser successfully. But BlazorCaptcha tag disappear from the page and in the console of browser is logged such an error:

Unhandled exception rendering component: Unable to set property 'CaptchaWord' on object of type'BlazorCaptcha.Captcha'. The error was: The type initializer for 'SkiaSharp.SKImageInfo' threw an exception

The captcha nugget that I'm using is https://www.nuget.org/packages/BlazorCaptcha

Thank you.

enter image description here


Viewing all articles
Browse latest Browse all 4162

Trending Articles