Re: Exception Error - Missing dependencies.
- From: "Miro" <miro@xxxxxxxxx>
- Date: Thu, 31 Jul 2008 16:28:08 -0400
I think I found it,
https://www.sdn.sap.com/irj/sdn/businessobjects-downloads
somehow the user needs to install this exe or some 'merge modules' as googleing has lead me to.
I'm still searching, so if anyone knows where I can get the exact 'merge modules' or how to properly create the install shield so it includes everything required for the crystal report viewer... you would haev my many thanks.
And back to googling ...
Funny how the msdn does not have any documentation on crystal reports
Miro
"Miro" <miro@xxxxxxxxx> wrote in message news:uCH9uA08IHA.4536@xxxxxxxxxxxxxxxxxxxxxxx
I can run an exe ( and its install ) i have created on my machine.
The exe has a button that populates a dataset and then shoots it to a crystal report.
But...
Installing the setup.exe on my other pc, and running it I get an error.
The Dataset loads properly, but when the button is pushed to view the report I get this error:
************** Exception Text **************
System.IO.FileNotFoundException: Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
File name: 'CrystalDecisions.CrystalReports.Engine, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'
at WindowsTestApp.Form1.Button3_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
... and so on
The code I use to call my form that has the report on it is:
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
Dim frmViewRep As New ViewReport
frmViewRep.myFirstCrystalReport1.SetDataSource(myTestDataDataSource)
frmViewRep.ShowDialog()
End Sub
============= what dependancy am i missing in the setup.exe and how do I add it.
Thanks,
Miro
.
- References:
- Exception Error - Missing dependencies.
- From: Miro
- Exception Error - Missing dependencies.
- Prev by Date: RE: Problem with Excel.WorkBook.SaveAs()
- Previous by thread: Exception Error - Missing dependencies.
- Next by thread: RE: Problem with Excel.WorkBook.SaveAs()
- Index(es):
Relevant Pages
|