Click to See Complete Forum and Search --> : .net framework and crystal report


PoohKhin
February 27th, 2006, 03:57 AM
hi!

i face a problem after i using the .net 2005....below is my situation:

i have 3 projects...

A project is using .net 2002

B project is using .net 2003

C project is using .net 2005 (new project)

A and B project already using in a PC, and this two project are complete and no probelm.

but after i install the C project in to the same PC, an error occur for the A and B project, error is crystalDecisions.CrystalReport.Engine Load report failed. so i already done some testing, i found that when i uninstall the .Net Framework 2.0 will solve this error, but of course after uninstall .Net Framework 2.0 the C project will fail to run.

so my question is why the .Net Framework will related with the report? How to slove this error so that A, B, C project can run in same PC?

the A, B and C projects are window application and there are using c#.

Thanks.