Can't use VS Form designer mode on a form with a PDF Viewer control after the "trail period" of your download ends whether you have a license or not
0
This question has not yet been resolved. I have a **valid license** and the App works fine in its compiled form but if you try to work with the Form designer with a PDF viewer control after the "trial period" of the lib you initially installed ends the viewer throws and exception (licensing error) when you try to use the Designer mode on the form
I believe this is because the Visual Studio Designer is executing the designer code in it's own context (main()) not the main() of your actual application where you have placed your license code set up. There is apparently no way to resolve this in ComponentPro's current implementation of this product.
You simply can't use VS Designer on a Form you have successfully created after the "trial period" of the initial lib you installed ends - whether you have a license or not.
This is unacceptable behavior and makes it much harder to make changes to a form some time after it was initially built because you can then only test it by compiling and running the program. Any changes have to be made by editing the actual designer code followed by compilation and test runs.
As yet I've not received any resolution of this issue. For that reason I'll be looking for an alternative product for my future projects.
Hi Scott,
Thanks for reaching out to us.
We apologize for the delay.
Please remove the code that initializes the Ultimate PdfViewer in the form to avoid the issue. You can use the Ultimate PdfViewer object without having it in a winform designer.
Let us know if you have any more questions.
Thanks for contacting us.
I have several PDFViewer controls on more than one form. There should be a way to set the license key for each instance via the constructor to avoid this problem. Scott8/24/2022 4:30:24 PM