Report Viewer in Visual Studio 2015 - visual-studio

I am developing an application in C# (Visual Studio 2015 on Windows 7 Professional 32-bit) and I want to incorporate a display of reports that can be printed and can be exported to PDF or Excel.
The problem is that the project running on .NET Framework 2.0 (need to be supported for Windows 2000, XP or minimum), and the Report Viewer and loses its consistency.
What version of Report Viewer must be installed to suit the Visual Studio 2015 and .NET Framework can work in 2.0? It's possible?

You will need the Microsoft Report Viewer Redistributable 2005 installed.
You can download and install it from here: http://www.microsoft.com/en-us/download/details.aspx?id=21916

Related

This project is incompatible with the current version of Visual Studio VS2017

I have installed the Enterprise version of Visual Studio 2017 v 15.8.4 on Windows 7 Professional. I have downloaded the UWP Samples, when I attempt to load any of the C++ UWP sample solutions such as the Altimeter solution I get the error ..."This project is incompatible with the current version of Visual Studio." Online I found the suggestion that with a prior version of VS reloading the project worked, but in my case the project is greyed out. What is the problem?
From Visual Studio 2017 Product Family System Requirements:
Universal Windows app development, including designing, editing, and debugging, requires Windows 10. Windows Server 2016 and Windows Server 2012 R2 may be used to build Universal Windows apps from the command line.
You need Windows 10 to open UWP samples in Visual Studio 2017.

Crystal report designer for visual studio 2010 on windows 10 is not working

I have windows 10 recent installed, when i install crystal report for visual studio 2010 CRRuntime_64bit_13_0_9 my app is working but the designer in visual studio 2010 is not working.
The report designer is working fine in windows 7.
You need the install executable to be able to design reports, not the redistribution. Link to the SAP page: https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports,+Developer+for+Visual+Studio+Downloads

How to install Crystal Reports without Visual Studio?

I am new to Crystal report and I am trying to install it so I can use it.
Is there any way to install Crystal Reports without having Visual Studio?
Yes. You may install the stand-alone version. But You will not able to use it since it uses Visual Studio Interface. You can install the Crystal Reports Viewer only.
Note 1: To integrate "SAP Crystal Reports, developer version for Microsoft Visual Studio" into VS 2010 or 2012 (SP 7 and higher) or VS 2013 (SP 9 or higher) or VS 2015 RC (SP14) - VS 2015 (fully - SP 15), you must run the Install Executable. Running the MSI will not fully integrate Crystal Reports into VS. MSI files by definition are for runtime distribution only.
By default Windows 10 does not install the 3.5 framework, CR for VS still needs it. Select it by "Turn Windows feature on or off" and choose both options.
Note 2: SAP Crystal Reports, Developer Version for Visual Studio .NET does NOT support Express Editions of any version of Visual Studio .NET. VS.
You can download all versions from: http://scn.sap.com/docs/DOC-7824
If you want to develop a new crystal report, then you can use Developer Edition from the below link. In developer edition .exe, you require Visual Studio.
And, if you want to run crystal report on release mode without installing visual studio for the client, then you can use .msi file of crystal report runtime from this site. This file does not require an install of Visual Studio.
You can download this from following link.
https://www.tektutorialshub.com/crystal-reports/how-to-download-and-install-crystal-report-runtime/

Why are Microsoft Windows 8.1 sample apps not compatible with Visual Studio 2013 Express

Any one have any idea why Microsoft's sample Windows 8.1 apps are not compatible with Visual Studio Express 2013? I get an error telling me that the project is not compatible with this version of Visual Studio - did I miss something, are these sample apps not compatible with the Express version?

Will the Blend 4 will work with the Visual Studio Ultimate 2012

Does the ultimate version of the Visual Studio 2010 or 2012 contains windows phone SDK and with Expression Blend 4?
I cannot find info about that even on Microsoft site.
Visual Studio 2010 and Expression Blend 4 are companion applications, sharing the same SLN and .csproj, vbproj files. Visual Studio 2012 also has a companion version of Blend (Blend for MS Visual Studio 2012).
None of the above IDEs are ready for Phone development. You need to install the SDK before they can create phone projects. During the install process, the SDK adds the appropriate templates to your computer.
If you have Visual Studio 2012 Ultimate it has a placeholder for phone projects. See the screenshot below.
The new version of Blend(Blend for MS Visual Studio 2012) doesn't support phone projects at all.
There is an Beta version of Blend available, with more project types, and the release version is coming soon. See this post for more details.
The ultimate version of Visual Studio 2012 contains Blend for Visual Studio 2012 (effectively "Blend 5"). Not sure why you'd need Blend 4 at that point.

Resources