-
1. Re: 11.0.07 crashes acropdf.dll activex control in 3rd party application
DashDeveloper May 16, 2014 6:50 AM (in response to Smithyes)I have exactly the same problem with an application developed in Delphi 2007. I get an AV on version 11.0.7.79 of the AcroPDF.DLL. In answer to the question "Is this a known problem?" - I can't say - but you are not alone.
-
2. Re: 11.0.07 crashes acropdf.dll activex control in 3rd party application
barryharrington May 16, 2014 7:07 AM (in response to Smithyes)same thing here too. Had 7 calls from customers yesterday alone. Moving from 11.0.06 to 07 immediately confirmed the problem.
-
3. Re: 11.0.07 crashes acropdf.dll activex control in 3rd party application
Everton Alexandre Schuh May 16, 2014 10:02 AM (in response to Smithyes)Mesmo problema em minha aplicação VB6
Tudo funcionava corretamente. Quando executei a atualização do Adobe Reader XI para 11.0.07 apareceu o erro na aplicação.
------------------------------------------------------
"O Visual Basic Parou de Funcionar"
Um problema fez com que o programa parasse de funcionar corretamente. O windows fechará o programa e o notificará caso uma solução esteja disponível.
------------------------------------------------------
O erro ocorre quando a aplicação esta rodando e ao abrir o formulário onde contém o componente baseado na dll AcroPDF.dll
O erro também ocorre ao abrir o formulário que contém o componente dentro do VB6 em modo de desenvolvimento..
Não é possivel nem retirar o componente do formulário pois não exibe o formulário e fecha o VB6.
Acredito q o problema esteja na DLL AcroPDF.dll e sua atualização
-
4. Re: 11.0.07 crashes acropdf.dll activex control in 3rd party application
luisfco May 18, 2014 1:05 PM (in response to Smithyes)i have the same problem with some apps in VB6 and acropdf.dll, how can i install a previous version of adobe reader, 11.0.06, to make them work in the time this problem is solved ??
-
6. Re: 11.0.07 crashes acropdf.dll activex control in 3rd party application
pwillener May 18, 2014 5:10 PM (in response to luisfco)luisfco wrote:
how can i install a previous version of adobe reader, 11.0.06
Uninstall the current version, then download the installer from ftp://ftp.adobe.com/pub/adobe/reader/win/11.x/11.0.06/
-
7. Re: 11.0.07 crashes acropdf.dll activex control in 3rd party application
Smithyes May 28, 2014 2:29 AM (in response to Smithyes)Anyone know of any potential fixes/updates in the pipeline?
-
8. Re: 11.0.07 crashes acropdf.dll activex control in 3rd party application
Everton Alexandre Schuh May 28, 2014 5:55 AM (in response to Smithyes)PDF applications built with VB6 fail to work with 11.0.07
I never waited a position with this company Adobe.
Imagine if Microsoft company inform that all 32-bit computers stopped working after the last update performed because the windows no longer work on 32bit hardware.
That would be ridiculous.
But Adobe has done just that.
Unfortunately, 70% of Brazil's computers are generations old.
Systems in VB6 run on large companies.
So it is decreed. All Adobe Reader stopped their updates in version 11.0.06
-
9. Re: 11.0.07 crashes acropdf.dll activex control in 3rd party application
Smithyes May 28, 2014 8:09 AM (in response to Smithyes)For those that can still access their VB6 source code - replace the PDF control with a web browser control, and in turn replace any pdf.load events with the web.navigate event - this effectively sidesteps the problem by forcing the PDF to appear on your form inside the browser control. I've now removed all references to the PDF control in the project and solely use the web control - overall it feels much the same in operation.
(Started the re-writes in VB.net now though...)
-
10. Re: 11.0.07 crashes acropdf.dll activex control in 3rd party application
luisfco May 28, 2014 8:15 AM (in response to Smithyes)hi,
And how did yor replace the printing of the document ??
AcroPDF1.SilentPrint or equivalent methods
cannot see them in the web control.
-
11. Re: 11.0.07 crashes acropdf.dll activex control in 3rd party application
Smithyes May 28, 2014 8:21 AM (in response to luisfco)I'm using ShellExecute (effectively a command line print) - it's not pretty but it works whilst I re-write in .NET - it's apparent that Adobe won't be resolving the issue itself.
-
12. Re: 11.0.07 crashes acropdf.dll activex control in 3rd party application
luisfco May 28, 2014 8:30 AM (in response to DashDeveloper)
but AcroRd32 in command line always leaves an instance of the Reader and the batch or shellex doesn´t end until you close that instance. If you execute the line command without waiting the Reader to end, you don´t know when it is finish to continue with the process, maybe to send this pdfs by mail or something. -
13. Re: 11.0.07 crashes acropdf.dll activex control in 3rd party application
ruifilipe Jun 18, 2014 11:28 AM (in response to Smithyes)I have the same problem with an application developed in Delphi 2010.
The problem is that the Adobe PDF reader updates automatically and applications crash.
Big software companies, like Adobe, ignore users and do not respect their software.
-
14. Re: 11.0.07 crashes acropdf.dll activex control in 3rd party application
DashDeveloper Jun 18, 2014 11:52 AM (in response to ruifilipe)If you have source to your Delphi application the fix is fairly simple and can be found here:
Re: update 11.0.07 causes ActiveX crash on Delphi applications


