Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi frnds,

I Created a Winforms application using C# programming language. I need to know deploy it in client machine with sql server database and crystal reports. I Know how to create a setup by googling it. I want to know whether we need to install the SQL Server database in client machine and deploy the project or how to connect the database while installing it in client side.
While creating a setup i also added the pre-requisites for .Net framework to work my application in client side. I need to know what are all the pre-requisites for database connection and crystal report.




Thanks
BS
Posted

package and installation .net[^]

Check the link..hope it will help you..
 
Share this answer
 
In pre-requisites you add these Dll For Solve the Issue.

For Crystal Report
CrystalDecisions.crystalReport.Design.dll
CrystalDecisions.ReportAppServer.Prompting.dll

For SQl
SQLEXPR_x64_ENU.EXE
SQLEXPR32_x86_ENU.EXE

For Framework
Selected depends on Project

To Add This Component,Create the Setup to install for Fresh Machine..
 
Share this answer
 
Comments
nithibs 30-Aug-13 7:08am    
Hi, thanks for your answer. i created using Visual studio 2008 and SQL Server 2008 R2 whether the above dll applicable to this..? and where these dll's avail?
sixthplanet 30-Aug-13 7:25am    
Yes, if u installed .net Framework 4.0 these features are added in vs2008, and one more thing to add pre-requisities is
Sap Crystal Report Runtime Engine for .net Framework 4.0,
And Select Windows Installer for that setup Project... to rebuild the project setup is Ready...

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