PDA

Click to See Complete Forum and Search --> : [RESOLVED] Error in creating Package


damini_dd
Mar 8th, 2006, 05:18 AM
Hi Everybody,

My friend has developed an application in VB6,Access2000 and Crystal Report. Now when he tried to create a package it gives me following error :

Unexpected Error Number 80010108 has occured:Automation Error The project object involved has disconnected from its clients.

This error comes when I click on finish after completing all wizard step of Package & Deployment wizard.

binilmb
Mar 8th, 2006, 05:36 AM
the error is because u r using crystal report . search the previous post in the forums. this question is asked many times

The_Learner
Mar 8th, 2006, 06:30 AM
this can also happen in another case, if your file list contains the file named crpe32.dll. remove this file from your list. then it will work..


thanks

damini_dd
Mar 8th, 2006, 06:48 AM
Hi

We removed crpe32.dll and then it is giving An unknown error occured while building the cabinet file "School.CAB". please verify that you have proper access to the destination and that there is sufficient space there to create the file

damini_dd
Mar 9th, 2006, 09:35 AM
we tried to search in previous post forums but couldn't find any soltuion. plz help me to get rid of this error. we need to make a package very soon

damini_dd
Mar 9th, 2006, 10:19 AM
I saved my project and compiled it. Then I created and exe and closed my project. Then I tried to crate a package using tools->package and deployment wizard. If I click on finish in last step it gives "Unexpected Erorr Number 28 has occurred.: out of stack place.

plz help me soon.

Hack
Mar 9th, 2006, 10:41 AM
Duplicate Threads merged.

damini_dd
Mar 9th, 2006, 11:02 AM
Hi Hack

Wht do u mean my duplicate thread merged? What shall i do in order to remove the error.

thx for ur rpely

damini_dd
Mar 10th, 2006, 12:20 PM
Hi Friends

I got ths solution. It is as below :

To solve this error

1. open Crystl32.dep (in system32 directory of windows) in text editor
2. Change [CRPE32.DLL] section in that file to

[CRPE32.DLL]
Dest=$(WinSysPath)
;Uses1=CRPE32.DLL
;Uses2=

it should be exactly like this