Crystal Report in C# Application

G

Guest

I develop C# application on machine1 running windows server 2003 using visual studio 2003. I copied the .exe file and pasted it on an SBS machine running SBS 2003. The app run normally but the form that has the crystal report cannot load and gives the following error: "An unhandled exception has occured in your application. If you click Continue, the application will ignore the error and attemp to continue. If you click Quit the application will shut down immediately. File of assembly name CyrstalDecisions.Windows.Form or one of its dependencies, was not found." I have applied crystal reports service pack for visual studio 2003 from businessobjects.com website and still the same. I need help. I have the following references under the Reference folder under my project name : CrystalDecisions.CrystalReports.Engine, CrystalDecisions.ReportSource, CrystalDecisions.Shared, CrystalDecisions.Windows.Forms.
 
G

Guest

i can see that this problem is because of the crystal depencies are not foun
Which mean u have to "get" & register the depencie
IT IS NOT A GOOD IDEA I KNOW BUT u can istall the crystal on this machine that way the component need will be copied & registere
i think that there is something called Crystal mwerge module i heard that it was made to avoid the solution i just said "like the VB6 runtime instead of installing all the VB

Hope this would hel
MetallicA
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

you need to follow the crystal report deployment procedure, it's a pdf file
named crnet_deployment.pdf that you can find in crystal report site.


Cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

Belee said:
I develop C# application on machine1 running windows server 2003 using
visual studio 2003. I copied the .exe file and pasted it on an SBS machine
running SBS 2003. The app run normally but the form that has the crystal
report cannot load and gives the following error: "An unhandled exception
has occured in your application. If you click Continue, the application will
ignore the error and attemp to continue. If you click Quit the application
will shut down immediately. File of assembly name
CyrstalDecisions.Windows.Form or one of its dependencies, was not found." I
have applied crystal reports service pack for visual studio 2003 from
businessobjects.com website and still the same. I need help. I have the
following references under the Reference folder under my project name :
CrystalDecisions.CrystalReports.Engine, CrystalDecisions.ReportSource,
CrystalDecisions.Shared, CrystalDecisions.Windows.Forms.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top