Page 1 of 1

Exception in AnnotationViewer constructor

Posted: Mon Apr 24, 2023 12:30 pm
by DomiMedical
Hello, I'm having a peculiar problem.

I haven't gotten far yet, I've only tried putting an (Vintasoft.Imaging.Annotation.UI.)AnnotationViewer in a form, and just having a filepath property that on Set sets the image to be shown in the AnnotationViewer to the corresponding image from the path. However, my form does not even survive construction, as it throws an exception when it gets to the AnnotationViewer's ctor, saying it encountered a problem when trying to initialize the type '쒃'.

What even is that? I haven't even put any usage on the form or its controls yet. Anyone got any experience with this?

Re: Exception in AnnotationViewer constructor

Posted: Mon Apr 24, 2023 4:33 pm
by Alex
Hello,

I think you have problem because the SDK is not registered. Please check information in inner exception.

Best regards, Alexander

Re: Exception in AnnotationViewer constructor

Posted: Mon Apr 24, 2023 4:44 pm
by DomiMedical
Thank you Alexander, it was a licensing problem after all. However, the useful info was not in the inner exception, it was in the inner exception's inner exception (for some reason).