c# - How to deploy Crystal Reports .Net based project with Visual Studio 2010? -


i created .net application based on crystal reports display reports want deploy client machine,please tell me solution deploy order work on client computer, search throughout internet not found clear answer deploy .net application along crystal reports.

now deploy .net project along crystalreports using crystal reports visual studio 2010 merge modules (msm) create setup project.


1. in vs .net, open windows application , go view menu , select solution explorer. right-click windows application solution , pop menu, select add click new project.


2. add new project dialog box appears. select setup , deployment projects in left pane , select setup project in right pane. click ok.


3. in solution explorer, right-click windows application , select add click project output…


4. add project output group dialog box appears. select primary output added setup project. when primary output added project, detected dependencies added. • if using bundled version of cr 9, add: managed.msm • if using full version of cr 9, exclude: dotnetfxredist_x86_enu.msm , dotnetcrystalreports.msm in both cases, dotnetfxredist_x86_enu.msm , dotnetfxredist_x86_enu.msm dependencies should excluded if not already.


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -