Link to home
Start Free TrialLog in
Avatar of andre72
andre72

asked on

Create Setup Project with VS 2008 and Crystal Report

Hi,

I just finished my C# project using Crystal Report to display data.
The matter is that teh Crystal Report assembly references will not be recognized when I create my Setup Project with Visual Studio.
So I can I figure out what assemblies are needed and how to include them?

Thanks

Andre
ASKER CERTIFIED SOLUTION
Avatar of Deepak Lakkad
Deepak Lakkad
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Mike McCracken
Mike McCracken

There is a runtime MSI included with VS2008 that you need to include or just install on the users machines.

mlmcc