Click here to Skip to main content
15,903,012 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have one project in C# with crystal reporting included and I have used Access 2007 database connection in it.

Do let me know how to create the package for installation so that it will combine all the assemblies including .net framework.

I have tried the package and deployement project but it missed out few of the assemblies for crystal report and doesn't have the driver for Access 2007.

Actually client machine have Access 2003 so I need to install the Access 2007 driver through my setup itself.


Please guid me .
Posted
Updated 19-Apr-11 20:25pm
v2
Comments
Pravin Patil, Mumbai 26-Jan-11 3:38am    
For deploying the crystal report application you have to install the Crystal Redistributable on the client machine.

1 solution

Go to setup project's properties and click prerequisites[^].

There you have -

    Crystal Reports Basic for Visual Studio 2008 (x86, x64)
    Microsoft Office 2007 Primary Interop Assemblies
    Microsoft Visual Studio 2008 Report Viewer*


You can specify the install location for prerequisites.
"Download prerequisites from the same location as my application" includes everything in your setup and make it run offline.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900