Posted by a ceTe Software moderator
Hello,
We are able to add the v1.1 of Viewer control to VS 2010 windows forms without any problem. This could be related to an improperly registered ocx file.
If the DynamicPDF.ocx file is registered properly, you should be able to add the Viewer control to the windows form from the tool bar. Please use the below commands from command prompt to unregister the v1.0 ocx and register the v1.1 ocx file and see if it works.
Register Command: regsvr32 DynamicPDFViewer.ocx
Unregister Command: regsvr32 DynamicPDFViewer.ocx /u
Thanks,
ceTe Software Support Team