Re: Exception Error - Missing dependencies.

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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



.



Relevant Pages

  • Exception Error - Missing dependencies.
    ... 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. ... Private Sub Button3_ClickHandles Button3.Click ...
    (microsoft.public.dotnet.languages.vb)
  • canot capture the database for crystal report (urgent)
    ... i wrote a program by using vb 6.0 and link the report with crystal report, ... when i make the exe for this program and run the exe file at another pc which ... data from the database accept i install the crystal report 8.5 to that pc. ... Beside, i make the exe file, i also try to make the setup file by using the ...
    (microsoft.public.vb.crystal)
  • Re: Install via Computer Logon Script
    ... I don't think that machine startup script is meant to deploy software. ... Their exe try to expand, and may look for variable like %TEMP% which may not exist in this case. ... The only supported way is to extract the MSI from the Exe and use Software policy GPO to deploy. ... The final size of the install ...
    (microsoft.public.windows.group_policy)
  • Re: transferring programs to cd
    ... and after I click on the exe file then it should open all the ... If this is the EXE file you originally downloaded to install ... applications install DLLs that are not in the same directory as the EXE ... The recommended way to do any backup is one of two ways.. ...
    (microsoft.public.windowsxp.newusers)
  • Re: How to Deploy MFC only based application?
    ... EXE distribution. ... MFC Extension DLLs if you do static linking. ... Why is running an install package is more complex than a simple copy? ... it to some server configuration. ...
    (microsoft.public.vc.mfc)