I can't drag and drop crystal reportviewer in web form - crystal-reports

Hi
I've wired problem here.
I'm building a new fresh web application, and i want to use crystal report 2010 in one of my pages, the problem is that i can't drag and drop the crystal report viewer control .
Any idea why is this happening ?

What specifically is the problem? Are you not seeing the control in your Toolbox or are you literally not able to drag the control from the Toolbox to your form?
If you are not seeing it but have added it to your control box see this post:
how to enable crystal report viewer in Visual Studio 2010
If you haven't added it as a control then you will have to do that first. Here is a quick start guide video that explains it all.

1st step: Add a Crystal report to your project.
2nd step: Then go to your web form and add a crystal report viewer control.
Just found out this solution from going around an asp.net project in Visual studio 2015. Hope this helps to anyone looking up.

Related

Created perspectives in SSAS tabular don't appear

I am trying to create perspectives in a SSAS Tabular mode cube in Visual Studio 2013. But the problem is that the created perspective doesn’t appear when I click on OK. I have tried it several times, and each time with another selection of tables. Also creating a new Visual Studio solution and retry it didn’t help. I couldn't find any known errors on Google about this issue.
Is there a hidden feature that hides the created perspective or something?
I hope that you guys can help me out. Thank you in advance!

Crystal Reports has stopped working

On only certain reports, Crystal Reports crashes and gives this error (see attached picture).
I am still relatively new to Crystal and am not sure how to diagnose this error or where to find error logs that might point me in the right direction. I came across a post somewhere about windows version compatibility, but I'm not sure if that's it.
I'm running Crystal Reports product version 14.1.2.1121 on Windows 10. Has anyone else run into this issue?
Try to install Crystal Reports in Windows 8.1, then later update your OS to Windows 10,then it will work fine :)
This is something that may happen from time to time in CR, except if you get this every time you open a report in particular or too often. Although the information need some additions. Is this on client or developer end?
May you have to do following steps:
1. Right-click My Computer, then click Properties then click the Advanced tab.
Click the Performance Settings button then click the Data Execution Prevention tab.
Select the Turn on DEP for all programs and services except those I select: check box.
Add all of the Crystal Enterprise executables.
click ok. and close the window. open crystall report now.

Crystal Reports Dynamic Cascading parameters are not populating

System:
Windows 7 with Crystal Reports 2013 Demo.
Windows 7 with Crystal Reports 11.5.12.1838
Initially Dynamic cascading parameters were not working for existing reports written by other analysts. The analysts are using XP systems. When they open the reports, their prompts populate correctly. Mine are blank. We downloaded 2013 to see if it was fixed in this version since XI is so old and is not officially supported on Windows 7. For one day the reports dynamic prompts were populating correctly and we were all excited. I continued on modifying the report, but had an issue and the application got closed non-gracefully. Now no dynamic prompts are populating in the report that was working yesterday. And again, any report that I open with dynamic cascading prompts do not populate. This has been an ongoing issue that we were excited that a resolution had appeared, but now we are back to square one. One of the other analysts was able to open the report again in XI and see the prompts correctly. This is a standalone report. We do not have a Crystal Report Server. We do not have Business View Manager. This issue is occuring in the designer for crystal reports on my computer only. When i copy the report to our test server and use our third party viewer(datalink) the prompts work fine.
Furthermore: Originally because of non-administrative privileges, I had my ODBC Drivers setup in user DSN. With the help of an Admin user, i setup the drivers in System DSN. I reloaded the original production report that I was trying to modify and set the location to my new dev odbc connections. But that still did not load the dynamic parameters.
From Crystal Reports Designer
From Datalink Viewer
Any suggestions on how to troubleshoot this?
This looks like a connection issue. Is the new OS 64 bits ? If it is, you need to create the ODBC connection using the tool placed in this path: C:\Windows\SysWOW64\odbcad32.exe
OK. This appears to be one solution. I was working with another laptop, that had a working crystal reports version. BUT, i had to do the whole maximumrowsets fix. Well, I must have messed up because the working crystal reports started doing the same thing. Oops. So I uninstalled crystal reports, deleted any of the registry keys associated with it, deleted any of the folder locations, rebooted and reinstalled and voila...it worked again. so then i used
this site and it continued to work as desired. This probably isnt the only solution, but it definitely worked for me.
I'd also like to thank campagnolo-1 for his tireless assistance.

Cannot drag and drop crystal report viewer onto web form in visual studio 2010 !

I've installed crystal report in visual studio 2010. I can design reports. But when I created a web page and tried to drag and drop the Crystal Report Viewer, nothing happened! No viewer was added, no warning either. Please let me know how to fix this??? Thanks!
I had a similar problem with adding CrystalReportViewer to a Winform so I wrote a post on it in my Blog. See if this helps you.
http://paul-j-power.blogspot.com/2011/01/oh-ma-why-is-my-crystalreportviewer-not.html

Crystal Report Viewer 2010

I'm using Crystal report 2010 with VS 2010, and i have 2 web projects, the first is the one that my organization works with and the second is a dummy one - this is for test only -, my problem is when dealing with charts or pictures, every thing OK in the second project, but in the first one charts and pictures are displayed very will in crystal report designer, and preview, but nothing is displayed at run time. the environment of the 2 projects are identical (the same referenced DLLs, and from the same location "Local Folder", the same binding method "Objects", the same registered and add "Keys, and Assemblies" in the web.config).
kindly, note that one of the differences between the 2 projects is that the working one was created after installing Crystal Reports 2010 for VS, and the primary one was created before the installation.
please, does any body has an idea where is the mistaken part, or where I'm i suppose to search about the malfunctioning configuration, or ...... etc.
I'm sorry to bother you all the previous period,
we discovered the issue source, it is an htppModule related to our security module, we do not know what is cause of this conflict tell now, but at least we knew the source, every thing is OK, if the registration of this httpModule removed from the web.config.
Sorry again, and most thanks.