Login or Sign up Help | Site Map
Connecting Tech Pros Worldwide

Runtime error : 2147206460 (80043ac4)

Question posted by: gggpj (Newbie) on July 2nd, 2008 05:15 AM
I have developed an exe application using vb6.0 which includes crystal reports and i have used business object's crystal reports version XI while developing. Reports are working fine while running the application on developer machine.


whenver i make it as a setup file and run from exe of this application on client machine, it is giving run time error as

Runtime error : 2147206460 (80043ac4)
Invalid directory
details : error

Kindly help mehelp me.
Would you like to answer this question?
Sign up for a free account, or Login (if you're already a member).
debasisdas's Avatar
debasisdas
Moderator
6,450 Posts
July 2nd, 2008
06:53 AM
#2

Re: Runtime error : 2147206460 (80043ac4)
please check if all the required DLL and OCX files are there in the system and are registered with windows.

Reply
lotus18's Avatar
lotus18
Site Addict
804 Posts
July 2nd, 2008
02:46 PM
#3

Re: Runtime error : 2147206460 (80043ac4)
Hi

Just include all the references or libraries that you have used when creating a setup installer for you application. I have a sample .iss script here. I created ths .iss script during deploying my application that using crystal report XI. Hope that you can get some ideas here : )

Code: ( text )
  1. .
  2. .
  3. .
  4. [Files]
  5. Source: "Support\fssl-1-2-1-1.dll";  DestDir: "{sys}"; flags: sharedfile
  6. Source: "Support\msvcp71.dll"; DestDir: "{sys}"; flags: sharedfile
  7. Source: "Support\etc-1-0-12-3.dll"; DestDir: "{sys}"; flags: sharedfile
  8. ;
  9. Source: "Support\atl71.dll"; DestDir: "{sys}"; flags: sharedfile
  10. Source: "Support\xerces-c_2_1_0.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
  11. Source: "Support\crlov.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: regserver sharedfile
  12. Source: "Support\ParameterDesigner.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: regserver sharedfile
  13. Source: "Support\prompt.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: regserver sharedfile
  14. Source: "Support\sacommlayer.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: regserver sharedfile
  15. Source: "Support\saxmlserialize.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: regserver sharedfile
  16. Source: "Support\saxserialize.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: regserver sharedfile
  17. Source: "Support\crdeploy.reg"; DestDir: "{app}"; flags: sharedfile
  18. Source: "Support\keycode.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: regserver sharedfile
  19. ;
  20. Source: "Support\u2dapp.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
  21. Source: "Support\u2ddisk.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
  22. Source: "Support\u2ftext.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
  23. Source: "Support\u2fcr.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
  24. Source: "Support\crtslv.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: regserver sharedfile
  25. Source: "Support\ExportModeller.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: regserver sharedfile
  26. Source: "Support\crxf_xls.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
  27. Source: "Support\crxf_wordw.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
  28. Source: "Support\crxf_rtf.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
  29. Source: "Support\crxf_pdf.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
  30. ;
  31. Source: "Support\sacommoncontrols.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: regserver sharedfile
  32. Source: "Support\filedialog.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: regserver sharedfile
  33. Source: "Support\crdb_dictionary.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
  34. Source: "Support\p2ixbse.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
  35. Source: "Support\CRAnalyzer.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: regserver sharedfile
  36. Source: "Support\chartui.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
  37. Source: "Support\sscsdk80.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
  38. Source: "Support\querybuilder.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
  39. Source: "Support\libOCAHelperw-2-13.dll"; DestDir: "{sys}"; flags: sharedfile
  40. Source: "Support\ebus-3-3-2-4.dll"; DestDir: "{sys}"; flags: sharedfile
  41. ;
  42. Source: "Support\cxlibw-2-6.dll"; DestDir: "{sys}"; flags: sharedfile
  43. Source: "Support\libOCASecurityw-1-6.dll"; DestDir: "{sys}"; flags: sharedfile
  44. Source: "Support\crdb_odbc.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
  45. Source: "Support\crdb_dao.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
  46. Source: "Support\crdb_ado.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
  47. Source: "Support\crqe.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: regserver sharedfile
  48. Source: "Support\Implode.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
  49. Source: "Support\u25samp1.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
  50. Source: "Support\u25dts.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
  51. Source: "Support\u252000.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
  52. ;
  53. Source: "Support\u2lfinra.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
  54. Source: "Support\u2lexch.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
  55. Source: "Support\u2ldts.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
  56. Source: "Support\u2lcom.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
  57. Source: "Support\u2l2000.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
  58. Source: "Support\ufmanager.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
  59. Source: "Support\crtowords_en.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
  60. Source: "Support\MFC71u.dll"; DestDir: "{sys}"; flags: sharedfile
  61. Source: "Support\msvcr71.dll"; DestDir: "{sys}"; flags: sharedfile
  62. Source: "Support\cslibu-2-0-0.dll"; DestDir: "{sys}"; flags: sharedfile
  63. ;
  64. Source: "Support\craxddrt.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: regserver sharedfile
  65. Source: "Support\usp10.dll"; DestDir: "{sys}"; flags: sharedfile
  66. Source: "Support\GdiPlus.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: sharedfile
  67. Source: "Support\craxdrt.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\bin"; flags: regserver sharedfile
  68. Source: "Support\crviewer.dll"; DestDir: "{pf}\Common Files\Business Objects\3.0\crystalreportviewers11\ActiveXControls  "; flags: regserver sharedfile
  69. Source: "Support\msvcrt.dll"; DestDir: "{sys}";
  70. Source: "Support\scrrun.dll"; DestDir: "{sys}"; flags: regserver sharedfile
  71. Source: "Support\msstdfmt.dll"; DestDir: "{sys}"; flags: regserver sharedfile
  72. Source: "Support\MSDBRPTR.DLL"; DestDir: "{sys}"; flags: regserver sharedfile
  73. ;Source: "Support\comctl32.dll"; DestDir: "{sys}"; flags: sharedfile
  74. .
  75. .
  76. .


Rey Sean
__________________
Mabuhay ang pinoy : )

Reply
Reply
Not the answer you were looking for? Post your question . . .
183,909 Experts ready to help you find a solution.
Sign up for a free account, or Login (if you're already a member).

Latest Articles: Read & Comment
Top Visual Basic Forum Contributors