I have installed VS 2010 - 32 bit and also installed Crystal Reports 2011 for VS 2010. What I did?
I have changed .NET Framework to 4
I have searched in properties general tab and also tried to add reference of Crystal Report Viewer but reference not found
Crystal Report adding shows .mht format not .rpt
I downloaded again from same url in mht but no change and Crystal Report not viewed
Error image (even after installation and changing to .NET Framework 4):
download crytsal report for VS 2010 from this link no changes required after that
CR SETUP 32bit for VS 2010 CLICK LINK
Related
I want to install RDLC on Visual Studio 2017, but when I try to download it from this link: https://marketplace.visualstudio.com/items?itemName=ProBITools.MicrosoftRdlcReportDesignerforVisualStudio-18001
it gives me an error, if this addition has been deleted I hope you give me an alternative to RDLC, except for Crystal Report
Sorry about my bad English.
You can refer to the following steps to install RDLC by using another way.
First,VS Tools->Extensions and Updates->search rdlc report online in the textbox->choose
Microsoft RDLC report Desginer and Microsoft Reporting Services Projects-> Click install.
Here I have installed them.
Second, you need to restart the vs2017.(remember close all the vs opened windows)
Successfully installed.
Finally, after install it successfully, you can see that Report and Report Wizard is now
available in the Visual Studio 2017.
I have a project which has a crystal report which is been displayed on a winform. It runs perfectly on the project on Debug mood but once I create setup the crystal report area is totally not working and showing an error.
I'm using Crystal report 13 for Visual Studio 2013
After the error the system get close
Error Message
For your Crystal Reports Viewer to work on a target machine, you need to deploy the CrystalReports runtime with your installation.
For an overview what you need for which Version of CR have a look at this site:
Runtime Distributionand Supported Operating Systems
For the your version if you mean CR 2010 with "version 13.0" you need one of the runtimes from this site: http://scn.sap.com/docs/DOC-7824
EDIT
The "Solution" from my last comment should just show you what you could try.
Install the right runtime (see links above)
If your app is compiled as 32Bit you need the 32Bit runtime even on a 64 bit system
Add the runtime policy shown in the solution to your app.config
If you use an obfuscator you shouldnt encrypt strings
upgrade your crystal reports Libs to the latest servicepack
I had a project in VS2008. It was deployed without a problem. However now I need to make some changes and upgraded that project to VS2012 (because VS2008 is not working).
In that project I have a Crystal report, but I am not able to open that in VS2012. When I open the report, all I see is numbers and letters.
Also tried deploying it on client machine; it just shows the report viewer and Crystal report is missing.
Can anyone tell me how to fix this, or do I need to build whole crystal report from scratch?
SAP updates their drivers from time-to-time, to work with newer versions of Visual Studio.
Here is their landing page, with the current driver and a list of all older drivers:
SAP Crystal Reports, developer version for Microsoft Visual Studio: Updates & Runtime Downloads
Here's a direct link to the latest installation package (SP9) for the Visual Studio IDE:
SAP Crystal Reports, developer version for Microsoft Visual Studio
I'd close Visual Studio while installing the driver, but you shouldn't need to reboot afterwards.
Make sure you install the "install executable" (exe) file, not one of the msi files. That won't integrate Crystal into VS, as they mention on that page:
Please note: 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), 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.
OS details: Windows 8 64 bit
Visual studio: 2012
Crystal Report Version : 13_0_2
till now,I was using XP SP3 [32 bit] with VS2010,and crystal report was working properly.But now, after upgrade, when I click ADD ITEMS in aspx page,the list of contents doesn't show me crystal report.
In toolbox also,no crystal report controls were available.
I have installed it twice,but still not getting crystal report components.
To work with Visual Studio 2012 you need SAP Crystal Reports, developer version for Microsoft Visual Studio - Service Pack 6 or higher.
See this for a quick look-up of all Support Packs, Fixed Issues and Distribution File downloads available for SAP Crystal Reports, developer version for Microsoft Visual Studio.
I have installed Visual Studio 2010,it doesn't include crystal Reports,so i downloaded SAP Crystal Report externally from MSDN and installed SAP Crystal Reports
When i open Visual Studio 2010 i am unable to design existing .RPT files, but when i run an application existing Reports opens
so what can be reason that i cant design .rpt files?
You probably need to install Crystal Reports For Visual Studio 2010 on your developer machine as well as Runtime Engine.
There are actually two versions of Crystal Reports provided :
- Crystal Reports Redistribution Version.
- Crystal Reports For Visual Studio.
Be sure that you have downloaded the right one.
If the problem insists try to uninstall CR and clean registry and all stuff and then re-install again.
Hope it helps