Question builds on one computer, not on the second

jamie123

Well-known member
Joined
May 30, 2008
Messages
82
Programming Experience
Beginner
I'm programming in vb.net using vs2008. I have a fairly large project that compiles and builds fine on my upstairs computer where it was originally created, but maxes out the errors on my downstairs computer. Both of the computers have sp1 installed and the most recent powerpack (i think). The errors are not something that I can fix programmatically, here are examples of a few:

Type 'CrystalDecisions.Shared.ParameterDiscreteValue' is not defined

property 'NewGenerator' cannot be declared 'Overrides' because it does not override a property in a base class.

Type 'CrystalDecisions.CrystalReports.Engine.Section' is not defined.

Type 'CrystalDecisions.CrystalReports.Engine.Section' is not defined.

I'd say 70% EDIT: ALL ERRORS ARE CRYSTAL REPORT ASSOCIATED of the errors displayed have something to do with crystal reports, but there are many errors not displayed as well. I know the project uses component 1 which I do nto have installed on this computer, but I don't see any c1 errors, and I don't think the crystal reports have anything to do with c1, I don't remember using any c1 controls having to deal with crystal reports.

What can I try to do to get this working? I've googled around a bit on the crystaldecision errors but couldn't find much.

Any help greatly appreciated!
 
Last edited:
SOLVED: The computer it was originally created on had crystal reports 2008 on it, i installed crystal reports 2008 on the computer i was having trouble with and it works
 
Back
Top