How to Install Crystal Report In VS2010? - asp.net

I can't Install Crystal Report on Visual Studio 2010.
I was try many time install it but i was fail every time.
on Visual Studio 2008 inbuilt Crystal Report in toolbox.
Thanks in Advance.

In visual studio 2010, It does not come inbuilt you need to install it separate.
You can download that from the following link.
http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0.exe
See following link where it has explained how to use visual studio 2010.
http://www.codeproject.com/Articles/166291/Generate-a-report-using-Crystal-Reports-in-Visual

After installing Crystal
1. Open project in VS
2. Click New Project
3. Ensure you have .Net Framework 4 installed and your project is targeting .Net 4
4. The Reports should show up in the VS toolbox window.

Related

Crystal reports intergration with Visual Studio 17

I am very new to ASP.NET and this is my very first project. I am trying to run a already developed project which uses Crystal reports 13. I downloaded crystal reports 13 but when i try to run the application it fails.
Error is as follows:
Please help me!
You need to make sure you have installed the latest runtime for your visual studio version.
You can do so from here: crystal runtimes for visual studio
For VS 2017, you will need to have a more recent version of the Crystal SDK.
See:
https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads
Seems you need Support Pack 21 and higher. Try link below and see if it helps.
http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0_21.exe

Unable to Edit crystal report on client machine.

I have deployed my asp.net project through IIS on client machine. I have installed crystal report runtime to execute my project successfully. But I can't edit any report. When I tried to install crystal report developer version it's asking for visual studio.
What edition I need to edit crystal report on client machine ? Please help.
I am using visual studio 2010
Microsoft Visual Studio 2010 no longer includes Crystal Reports in the bundle.
In Visual Studio 2010, to create a Crystal Reports project or Web site or to import existing projects or Web sites that were created by using older versions of Visual Studio or Crystal Reports, you must first install a version of Crystal Reports that is compatible with Visual Studio 2010.
As per my experience,
Visual Studio 2010 should be installed first.
You would need CRforVS_13_0.exe (and not msi) version for Visual Studio 2010.
(Also check prior 32/64 bit version too)
And then you can edit the report from your project.
See: https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads
It provides links and instructions for downloading what you need.

What versions of the .NET Framework does CR for VS support?

I've got a really old ASP.NET WebForms app that I am tasked with maintaining.
I'm not one of the original developers. Don't even know who they were.
Anyway, they used Crystal Reports for the reports they wrote for it. And they wrote it to use .NET Framework 2, in whatever version of Visual Studio that came out with it.
I'd like to upgrade it to .NET 4.5 using Visual Studio 2015. However, I don't have Crystal Reports installed on my PC.
We do have an installer for Crystal Reports for Visual Studio, which I've just learned came out with Visual Studio 2010.
I'm hoping that will support .NET 4.5 or at least .NET 4. Am I correct?
You are not tell crystal report version which you have, so not exactly tell anything.
But yes, here is list of Visual Studio with Crystal report supported page.
Crystal report is related to visual studio, not .net framework. but visual studio based on .net framework. For VS2010 does not have 4.5 framework and also not supported.
I suggest use Visual Studio 2017 with Crystal report. See my answers in
Visual Studio 2017 and Crystal
Or If you wish go to VS2015 :
Crystal Reports in Visual Studio 2015 Community
VS for crystal report has a compatibility version using VS 2015.
I am not really sure what version of Crystal report, do you want to install. The important is, if you done installing the crystal report you may restart your pc and try to test it by right click on
Project -> Add new item -> Crystal Report
if work then that is the version you need. Because in my experienced, VS 2012 i was done almost 3 to 4 times installing of CReport for VS2012 then it become fine and working.. Just try till it works.
Good luck!

showing rdlc reporting tab in visual studio 2017

I am attempting view report using asp.net webform in visual studio.
I install VS 2017 and Microsoft Rdlc Report Designer for Visual Studio-Sql Reporting Services.
But now i cannot find Reporting tab in toolbox.I tried but i can not solve this.There is not many resource about VS2017.
Can any one resolve this.Any kind of help is appreciated.
You need to install the Rdlc Report Designer for Visual Studio 2017. Download here:
https://marketplace.visualstudio.com/items?itemName=SqlReportingServices.MicrosoftRdlcReportDesignerforVisualStudio-18001

Open Visual Studio 2012 ASP.Net project in Visual Studio 2010

I have created my asp.net project in visual studio 2012, and now I have remove it and install VS2010.
Once I installed VS2010, I changed the number version of format version to 11.0.0 but it's doesn't work and I get error dialog "one or more project in the solution were not loaded correctly please see the output Window for details".
There is free opensource tool written which is in CodePlex.
Visual Studio Project Converter
Try this out it worked fine for me.
If that dosent work then here are some other SO link with other answers to help you out.
How to downgrade from Visual Studio 2012 project to Visual Studio 2008

Resources