ImageViewer and ThumbnailViewer in UserControl

Questions, comments and suggestions concerning VintaSoft Imaging .NET SDK.

Moderator: Alex

Post Reply
SebastianB
Posts: 20
Joined: Thu Sep 27, 2012 12:39 pm

ImageViewer and ThumbnailViewer in UserControl

Post by SebastianB »

Hey,

I created a WinForms-UserControl which contains ImageViewer and ThumbnailViewer. Creating the control with VisualStudio Designer works.
But I get a license related error, when I use this control in my project. Build and execution works as well, the control is displayed as expected.

I guess the issue is, that the VintaSoft Controls embedded in my UserControl does not get the license right. Adding just the ImageViewer control for example works.
How can I solve this?
Alex
Site Admin
Posts: 2303
Joined: Thu Jul 10, 2008 2:21 pm

Re: ImageViewer and ThumbnailViewer in UserControl

Post by Alex »

Hello Sebastian,

Please send your message about licensing to our support team at support@vintasoft.com or create new ticket in our support desk at https://www.vintasoft.com/support/

Best regards, Alexander
SebastianB
Posts: 20
Joined: Thu Sep 27, 2012 12:39 pm

Re: ImageViewer and ThumbnailViewer in UserControl

Post by SebastianB »

For you guys if you have the same issue: To get no exceptions in Visual Studio Design Mode, just apply your licensing information in the UserControl Constructor as well.

Thanks Alex for this suggestion.
Post Reply