Re: Package and deployment
Post in the Application Deployment forum which is located here
http://www.vbforums.com/forumdisplay.php?f=72
Re: Package and deployment
Quote:
Originally Posted by Micky
I have a vb form and am using crystal reports8.5 with it.
The package runs as required .
But when I do the package and deployment I get an error message
" 80010108" cache error
BUT when I do the P&D without the crystal reports I am able to create the cab file.
Could anyone advise me as to which crystal file could be causing this problem
Thanks
You say that you do it without CR and it completes without error. What CR are you using in
your program? CR Viewer Control, Print output, exporting,etc?
Re: Package and deployment
Quote:
Originally Posted by Micky
I have a vb form and am using crystal reports8.5 with it.
The package runs as required .
But when I do the package and deployment I get an error message
" 80010108" cache error
BUT when I do the P&D without the crystal reports I am able to create the cab file.
Could anyone advise me as to which crystal file could be causing this problem
Thanks
Check Crystal's help for list of files mandatory for distribution and add those that are missing in your package or exclude those that are extras.
Re: Package and deployment
But the P&D Wiz doesnt check for the CR dependancies. So it may be some other issue.
The file your referring to is in the Developer version of CR. Its in the directory -
?:\Program Files\Seagate Software\Crystal Reports\Developer Files\Help
Called Runtime.hlp. It describes all the dlls and ocxes that are rquired for
each function/method/control in CR.
HTH