Link to home
Start Free TrialLog in
Avatar of SETP
SETP

asked on

Embedded Adobe Reader

I have a VB 2005 WinForm app. In it I had an embedded Adobe Reader 8.1.1. It was working fine. Recently my client's computers automatically upgraded to Acrobat Reader 8.1.2 and then my app stopped working. I think I have to add Adobe Reader 8.1.2 to my app so that it has the same version as what's installed on my client's pc's. The problem is that I can't remember how I added it in the first place. I updated to Acrobat Reader 8.1.2, but when I right-click on the Toolbox and click on "Choose Items", I can't see it in either the ".NET Framework Components" or "COM Components" list. Can anyone remind me how to add it to a WinForm app again? Thanks
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

It is tricky working with COM type libraries, especially when GUIDs change.  A lot of times it is better to use late-bound class instances, so that you don't have problems, since the prog IDs don't usually change as much as GUIDs do.

The type library should be on the COM components tab (Adobe PDF Reader).

Bob
ASKER CERTIFIED SOLUTION
Avatar of StanicDejan
StanicDejan

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial