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
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.