Thanks for the report but without saved data nothing I can do with it.
Don
Thanks for the report but without saved data nothing I can do with it.
Don
the site is not leaving placing the renamed file to zip .txt
the file of the address put on in
http://177.0.159.170:8088/icons_simple/testcr.zip
see if it Works.
Thank you
Symptom: no "Crystal Report" item found in "Add new item" -> "Reporting" page. Existing .rpt files open with binary editor.
Re-installed both (Visual Studio and CRforVS_13_0_15.exe) few times to no avail.
Environment: Windows 10 x86, Visual Studio 2015 Enterprise, SQL Server 2014 Developer.
Please help.
Thank you,
Eugene
I determined the problem. The install wouldn't work due to the issue with cryptocme2.dll that you have mentioned in other threads. Once I renamed the file, the install work. I then ran into an issue with runtime. According to CA, your version of that file will work with their product so I just copied and pasted your file into the C:\Program Files\CA\SC\etpki\lib directory and all it is working like a charm.
Hi Don
Thank you for the direction.
I did the following:
On my dev env :
1. I deleted the viewer that was there and removed the references to the ActiveXDlls for crystal.
2. Added the Crystal Report Viewer (13.0.2) to the toolbox and the form.
3. Cleaned and re-built the app
4. published it.
On the User machine:
1. Uninstalled Crystal Report runtime that was already there
2. Uninstalled my app that was already installed
3. Installed Crystal REport runtime (CR for VS 13.0.14.Zip)
4. Installed my app
I am still getting Logon Failed
However, the Test project is able to run one of the reports but not the other, on my user machine. The reports that the test report is running are those that were saved with data (as you suggested). I compared the references between the projects (Test app and my other app) - they are the same. Even within the Test app only one report is working but not the other
I am re-attaching the test zip file for your perusal.
Thanks a ton, Don. You are amazingly patient!
Regards
Kanthi
Attaching the file
Hi Mahesh
Use the following wiki to troubleshoot the issue:
- Ludek
Senior Support Engineer AGS Product Support, Global Support Center Canada
Follow me on Twitter
Yes that would be it. Now given the scenario, why is using the viewer to drive this so wrong? Just wondering.
- Ludek
Hi Andre,
Search for crviewer.aspx, you'll find it here for IISExpress:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\ASP.NETClientFiles\crystalreportviewers13
Delete that file, I don't know why DEV decided to start shipping it again, not use or required.
See if that works
Don
Hi Don,
in C:\Windows\Microsoft.NET\Framework\v4.0.30319\ASP.NETClientFiles\crystalreportviewers13
crviewer.aspx the file does not have this folder
have preview.aspx.
I have no idea what to do
Tks..
André
Save the rpt with data (in Crystal Designer: file, Save Data with Report).
Or export to a Crystal Report format (that produces an rpt with saved data).
Please I'm suing Visual Studio Developer Version 2015 and I downloaded CRforVS_redist_install_64bit_13_0_14 but does not seem to load crystal report in the project. Is there anything I have to do which I'm not doing right? Could someone link me to the right place and download it? Thanks to all.
Why am I not able to access the links to the download page like: http://scn.sap.com/docs/DOC-7824?
Don,
The datasource is already set in the report ...but I still get the log in and password screen when I run the report. As I said, the report that is developed in Visual Studio 2005 runs fine. Please help on how to proceed with this?
hi Kumara Hemachandra
this version last ^^
13.0.15 service pack date : 2015.09.25
Next version , but not found page. ^^
http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_32bit_13_0_16.zip
For VS.NET 2015
Service pack date : 2015.09.25
--sdk
http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0_15.exe
--Runtime
http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_32bit_13_0_15.zip
http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_64bit_13_0_15.zip
--Clickonce
http://downloads.businessobjects.com/akdlm/crnetruntime/clickonce/CRRuntime_32bit_13_0_15.msi
http://downloads.businessobjects.com/akdlm/crnetruntime/clickonce/CRRuntime_64bit_13_0_15.msi
--Merge module
http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_mergemodules_13_0_15.zip
good luck
next version ^^
http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0_16.exe
Upgraded to 64 bit. I am able to run the report on my local box with Visual studio 2013.
Once installed on client workstation it does not work.
When try to open the report I get:
"Unable to find the report in the manifest resources. Please build the project, and try again."
Funny thing is I put a Messagebox at certain points and moved the dll to the client (a test box). When I did this
I got my messagebox messages and the report worked. Take out the messageboxes and again broken with above error.
Seems like it has a problem in this part of the code:
TableLogOnInfos crTableLogonInfos = new TableLogonInfos();
foreach (crystalDecision.CrystalReports.engine.Table table in report.Database.Tables)
(
TableLogOnInfo crTableLogonInfo = new TableLogOnInfo();
crTableLogonInfo.TableName = table.name;
crTableLogonInfo.ConnectionInfo = crConnectionInfo;
crtableLogonInfos.Add(crTableLogonInfo);
table.ApplyLogOnInfo(crTableLogonInfo);
Can anyone give me a better way to code this?
By the way this is not code I wrote. This is old code.
Hi, Ji Hyeon
Many thanks and God bless you
I'm having the same issue, cannot access crystal runtime files anymore