Page 1 of 1

ImageViewer and ThumbnailViewer in UserControl

Posted: Thu Apr 18, 2013 5:05 pm
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?

Re: ImageViewer and ThumbnailViewer in UserControl

Posted: Thu Apr 18, 2013 6:15 pm
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

Re: ImageViewer and ThumbnailViewer in UserControl

Posted: Tue Apr 23, 2013 10:23 am
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.