I was doing my development (IWS 8.0) in Windows XP on my dual boot computer. I added an Adobe PDF Viewer ActiveX control to a screen, set the 'src' property to my document's path and VOILA! it shows my document in the viewer. So far, so good.
I decided to change over to the Windows 7 environment (same computer, different boot OS). I ran the program and...the PDF doesn't show. So I go to look at the properties of the PDF viewer object and it shows NO properties, NO methods, and NO events. And of course it doesn't work. I even tried deleting that object and inserting another one, with the same results.
The Adobe PDF Viewer shows up in the list of ActiveX objects, so I assume that it should be available to use. After all, it works fine when I am running in XP. I even tried re-registering the control (using the 'Home\Tools\Register Controls' menu option, but it made no difference.
Is there something I'm doing wrong, or not doing? The rest of the project seems to work fine. Of course, I am VERY new to this development environment, so it is entirely possible that I overlooked something. Maybe I need to recreate the whole project from scratch, instead of modifying the one I created in XP?
Any help would be appreciated.