Hi all,
I am trying to run a Visual Studio 2005 Web-project on my machine (Win-7) that is working well on all other developers' machines.
The application fetches data and displays a report.
It has a class that extends this class: CrystalDecisions.CrystalReports.Engine.ReportDocument
On my machine, when this class gets instantiated, it throws an error:
'((CrystalDecisions.CrystalReports.Engine.ReportDocument)(this)).Database' threw an exception of type
'CrystalDecisions.CrystalReports.Engine.LoadSaveReportException'
CrystalDecisions.CrystalReports.Engine.Database {CrystalDecisions.CrystalReports.Engine.LoadSaveReportException}
What might be causing this exception?
I do have all the VS updates installed that others have.
Any ideas, pointers.. ?
TIA,
Sheila
I am trying to run a Visual Studio 2005 Web-project on my machine (Win-7) that is working well on all other developers' machines.
The application fetches data and displays a report.
It has a class that extends this class: CrystalDecisions.CrystalReports.Engine.ReportDocument
On my machine, when this class gets instantiated, it throws an error:
'((CrystalDecisions.CrystalReports.Engine.ReportDocument)(this)).Database' threw an exception of type
'CrystalDecisions.CrystalReports.Engine.LoadSaveReportException'
CrystalDecisions.CrystalReports.Engine.Database {CrystalDecisions.CrystalReports.Engine.LoadSaveReportException}
What might be causing this exception?
I do have all the VS updates installed that others have.
Any ideas, pointers.. ?
TIA,
Sheila