Exception in AnnotationViewer constructor

Questions, comments and suggestions concerning VintaSoft Annotation .NET Plug-in.

Moderator: Alex

Post Reply
DomiMedical
Posts: 3
Joined: Mon Apr 24, 2023 12:24 pm

Exception in AnnotationViewer constructor

Post 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?
Alex
Site Admin
Posts: 2305
Joined: Thu Jul 10, 2008 2:21 pm

Re: Exception in AnnotationViewer constructor

Post by Alex »

Hello,

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

Best regards, Alexander
DomiMedical
Posts: 3
Joined: Mon Apr 24, 2023 12:24 pm

Re: Exception in AnnotationViewer constructor

Post 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).
Post Reply