|
-
May 30th, 2007, 07:27 AM
#1
Thread Starter
New Member
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:
-
May 30th, 2007, 03:10 PM
#2
Re: package & deploy problem
Are you using Crystal Reports?
-
May 31st, 2007, 05:25 AM
#3
Thread Starter
New Member
Re: package & deploy problem
 Originally Posted by randem
Are you using Crystal Reports?
ya am using crystal report 8.5 version
pls help
-
May 31st, 2007, 12:55 PM
#4
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).
-
Oct 20th, 2008, 11:05 AM
#5
Member
Re: package & deploy problem
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|