silakan baca mas, yang penting catet nomor errornya, trus cari problem solvingnya di situs yang ada di bawah...
semoga berguna, harry ************************************* Work With Crystal Report And Visual Basic ************************************* This application is working with Crystal Report 8.5 and Visual Basic 6.0 *********************************************************** Problem when you create setup file in visual basic link with crystal report. Subject: Re: Package and Deployment wizard compile error 80010108 How you will solve that problem. ************************************************************* Subject: Re: Package and Deployment wizard compile error 80010108 This error occurs due to a problem in the Crystal control dependency file - Crystl32.dep. This is a known issue and has been tracked. The Track ID is 53800. To resolve this error, open Crystl32.dep in Notepad or a similar text editor and modify the section: [CRPE32.DLL] Dest=$(WinSysPath) Uses1=CRPE32.DLL Uses2= Now just comments above lines as shown below in Crystl32.dep. (Beri lambang komentar didepan kode diatas menjadi seperti ini:) ;[CRPE32.DLL] ;Dest=$(WinSysPath) ;Uses1=Crpe32.dll ;Uses2= Also ensure that the Crystl32.dep file is in the \Windows\System32 folder. One more Imp is that The file Crystl32.dep is having Hidden Attributes, so you have to be carefull, and when you will create a package it will ask to add some missing files , so just click Ok don't be upset due to that message, I am sure It will work. I got this solution from the crystal report web site , the address id http://support.crystaldecisions.com/library/kbase/articles/c2009024.asp For more information visit this website. On Tue, 13 Feb 2007 01:23:52 -0000 "hen_dharto" <[EMAIL PROTECTED]> wrote: > Saya membuat program salon dengan menggunakan VB 6 dan >CR 8.5. Program > tersebut telah berhasil dijalankan, tetapi ketika saya >ingin mem- > package pasti selalu gagal. Bagaimana caranya untuk >mem-package VB 6 > dan CR 8.5? mohon solusinya ======================================================================================== Selamat bagi para pemenang Grand Prize Netkuis NATAL 2006, dan ikuti lomba kartu elektronik di http://telkom.net/lombakartu/ Berhadiah total puluhan juta rupiah. ========================================================================================
