Results 1 to 5 of 5

Thread: package & deploy problem

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2007
    Posts
    5

    package & deploy problem

    I have a problem in package and deployment wizard.

    pls give the solution for this

    some of them give solution.but not yet resolved.


    i have done in following way. but still have problems.


    While running the VB Package and Deployment Wizard, after you click 'Finish' in the Package section of the wizard, the following error appears:
    "Unexpected error number 80010108 has occurred: Automation Error. The object invoked has disconnected from its clients."

    but some of them give the following solutions.

    but still problem


    To resolve this error:
    1. Open Crystl32.dep in Notepad or a similar text editor and modify the section:
    [CRPE32.DLL]
    Dest=$(WinSysPath)
    Uses1=CRPE32.DLL
    Uses2=
    So that it reads:
    ;[CRPE32.DLL]
    ;Dest=$(WinSysPath)
    ;Uses1=Crpe32.dll
    ;Uses2=
    2. Ensure that the Crystl32.dep file is in the \WinNT\System32 folder.


    waiting for ur quick reply........

    thanks in advance
    regards,
    swaminat: thumb:

  2. #2
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: package & deploy problem

    Are you using Crystal Reports?

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2007
    Posts
    5

    Re: package & deploy problem

    Quote Originally Posted by randem
    Are you using Crystal Reports?

    ya am using crystal report 8.5 version

    pls help

  4. #4
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: package & deploy problem

    Try another installer package to see if you get past that error since PDW isn't giving you any good reason for the error (or clue for that matter).

  5. #5
    Member
    Join Date
    Sep 2006
    Posts
    53

    Re: package & deploy problem

    Quote Originally Posted by swaminath
    I have a problem in package and deployment wizard.

    pls give the solution for this

    some of them give solution.but not yet resolved.


    i have done in following way. but still have problems.


    While running the VB Package and Deployment Wizard, after you click 'Finish' in the Package section of the wizard, the following error appears:
    "Unexpected error number 80010108 has occurred: Automation Error. The object invoked has disconnected from its clients."

    but some of them give the following solutions.

    but still problem


    To resolve this error:
    1. Open Crystl32.dep in Notepad or a similar text editor and modify the section:
    [CRPE32.DLL]
    Dest=$(WinSysPath)
    Uses1=CRPE32.DLL
    Uses2=
    So that it reads:
    ;[CRPE32.DLL]
    ;Dest=$(WinSysPath)
    ;Uses1=Crpe32.dll
    ;Uses2=
    2. Ensure that the Crystl32.dep file is in the \WinNT\System32 folder.


    waiting for ur quick reply........

    thanks in advance
    regards,
    swaminat: thumb:

    you have try the 1/2 of the steps,

    try this (works 100%)

    1) Open Crystl32.DEP in Notepad and modify the next section:

    Code:
    [CRPE32.DLL]
    Dest=$(WinSysPath)
    Uses1=CRPE32.DLL
    Uses2=
    
    Change to:
    
    ;[CRPE32.DLL]
    ;Dest=$(WinSysPath)
    ;Uses1=Crpe32.dll
    ;Uses2= 
    
    ; Means that it is a Comment line
    2) Open CRPE32.DEP in Notepad and modify the following sections:

    Code:
    1) 
    [CRPE32.DLL]
    Dest=$(WinSysPath)
    Version=8.5.0.217
    Uses1=IMPLODE.DLL
    Uses2=CRPAIG80.DLL
    Uses3=MSVCRT.DLL
    Uses4=MFC42.DLL
    ;Open location with no file specified (no prompt generated)
    Uses5=..\crystal
    Uses6=..\crystal\CRXLAT32.DLL
    
    Change to:
    
    [CRPE32.DLL]
    Dest=$(WinSysPath)
    Version=8.5.0.217
    Uses1=IMPLODE.DLL
    Uses2=CRPAIG80.DLL
    Uses3=MSVCRT.DLL
    Uses4=MFC42.DLL
    ;Open location with no file specified (no prompt generated)
    ;Uses5=..\crystal --commented line out
    Uses6=..\crystal\CRXLAT32.DLL 
    
    2)
    [CRXF_RTF.DLL]
    Dest=$(WinSysPath)
    Uses1=crtslv.dll
    Uses2=exportmodeller.dll
    
    Change to:
    
    [CRXF_RTF.DLL]
    Dest=$(WinSysPath)
    Uses1=\program files\seagate software\shared\crtslv.dll
    Uses2=\program files\seagate software\shared\exportmodeller.dll
    
    3)
    [CRXF_PDF.DLL]
    Dest=$(WinSysPath)
    Uses1=crtslv.dll
    Uses2=exportmodeller.dll
    
    Change to:
    
    [CRXF_PDF.DLL]
    Dest=$(WinSysPath)
    Uses1=\program files\seagate software\shared\crtslv.dll
    Uses2=\program files\seagate software\shared\exportmodeller.dll

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width