donnacha Posted August 14, 2003 Posted August 14, 2003 Hi folks, has anybody come across a problem like this. I am using the Adobe pdf dll to allow me to load pdf files in my windows app. No when i install the app for test purposes on the development PC it works fine, but after I de-install it I can no longer see the pdf component in Visual studio and the dll reference is not visible. Is there something I am doing wrong in the deployment :confused: Quote Hamlet
*Experts* mutant Posted August 14, 2003 *Experts* Posted August 14, 2003 The dll Adobe provides is not a .NET dll, its ActiveX, .NET Framework manages .NET DLLs. The DLL was probably removed or unregistered when you uninstalled your program if it used it. Quote
donnacha Posted August 14, 2003 Author Posted August 14, 2003 Is there a way to avoid the uninstall doing this or to avoid putting the dll in the deployment as I want the users to have Acrobat Reader installed as a pre-requisite. The IDE included the dll directly itself. Quote Hamlet
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.