Crystal reports intergration with Visual Studio 17 - asp.net

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

Related

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!

Can't open .kproj projects in VS .NET 2013 Update 4?

I cloned an ASP.NET vNext project from github and I'm running VS .NET 2013. I was under the impression that Update 4 would allow me to open vNext projects with .kproj files, but I'm getting the following message:
Unsupported This version of Visual Studio is unable to open the
following projects. The project types may not be installed or this
version of Visual Studio may not support them.
Is there something else I need to do in .NET 2013 to open a .kproj project? I'd like to avoid 2015 if I can help it.
ASP.NET vNext is only supported in VS 2015.
You cannot open kproj files in a previous version

How to Install Crystal Report In VS2010?

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.

How to install crystal report runtime in VS2008?

I am using VS2008 and I am building an Web Application with crystal report. As we know along with VS2008 we are provided crystal report basic version that is 10.5.0.0 with Crystal Report Runtime
version 10.5.0.0 .
When i try to deploy my website on server it gives me an error "Crystal Report not supported". And i got a reply from support that their server support Crystal Report Version 12.3.3.812 which is CR VS2008 SP3.
And when i downloaded the version from SAP website, I am not able to upgrade my CR Version please let me know how to upgrade.
You need to upgrade your crystal reports version. You can download from
SAP Official Wiki Site or Install Crystal reports developer version for Visual Studio
To upgrade your machine you simply install the newer version of Crystal Reports on it.
To upgrade your project you'll need to remove the reference to the older bundled, free copy of Crystal Reports and add the newer 12.x references you should now see. (You'll see them only if you've successfully installed the newer Crystal Reports on this computer.)

Resources