type "crystaldecisions.windows.forms.crystalreportviewer" is not defined - .net-4.0

Please help me on my problem. I am new with Crystal Reports.
I am using VS2010. .net Framework 4 client.
I have just installed CRforVS13SP26_0-10010309.exe but upon integrating in may form i got an error. please HELP me. Thanks in Advance!.

To solve this issue, I had to download "SAP Crystal Reports for Visual Studio (SP29) installation package for Microsoft Visual Studio IDE" and update my project references.

Related

Visual Studio Code extensions

Hope someone can help me, is there an SAP Hana extension for Visual Studio Code?
I'm used to Visual Studio where you just reference and bingo.
Regards,
Will
All,
Found the solution at the following link.
How to add assembly references in Visual Studio Code?
It is done via packages.
Thanks,
Will

Deploy vb Application Crystal Reports

I have a vb application that relies heavily on Crystal Report. The reports run fine while in development mode but once the executable is generated it doesnt open the reports anymore and raises an exception saying Load Report Failed ( with a bunch of CrystalDecision references that it can't find).
Development Environment:
Visual Studio 2017
Win10 64bit
Crystal Report (forVS and Runtime) 13.0.21
Target:
win7 on 32bit
.NET 4.5
Crystal Report Runtime 13.0.5
We tried including the Crystal references that might be causing the problem when publishing the project but that didnt resolve the problem.
Also, the project was initially developped in Microsoft Visual Studio 2012 with CR 13.0.5 and apparently at some point they did some additional dev in VS2017 and so had to migrate the reports to a supported version of CR.
Any suggestions would be highly appreciated.
Thanks!
You can't simply include the missing references for Crystal Reports. You need to install the Crystal Reports Redistributable (Runtime) for your version on the target system.

vb.net ClassNotRegistered error only in Release

This is a legacy project in vb.net. When I run it in debug there are no errors but when I create a release version and run it in VS, I get a class not registered error when the code tries to instantiate a form. I am pretty sure the error has to do with a Crystal Reports dll, perhaps AxCrystal, but of course there is no useful information, like, which class.
Any suggestions, hints, anything are very welcome.
Try to register the class as it is described here:
A solution for this problem is to register the PrintContoll.dll
First the Crystal Reports 2010 SP1 Redistributable needs to be installed.
Then download the following file containing the PrintControll.dll:
ActiveXControls Crystal Reports 2011 SP1
Extract the folder ‘ActiveXControls’ to:
C:\Program Files\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\Crystal Reports 2011\crystalreportviewers

Error:this template attempted to load content assembly

Ok i recently got visual studio pro just so i could create phone applications in vb.net. Yet when i installed the template i got this error Error:this template attempted to load content assembly. I already have all nuget installed and the error was displaying before i had it so i really need help here. I'm usualy visual studio 2010 ide and trying to load the following temaplte:vb windowsphone application template under silver light. AND SO EVERYONE KNOWS I HAVE TRIED INSTALLING NUGET IT CHANGED NOTHING. Any help would be much appreciated thank you.
Check out the link below;
http://www.itorian.com/2012/08/error-this-template-attempted-to-load.html
No the error is not the same. But the error message you provided is only half and cannot know which template/component is giving the error.
Provide the full error to help you better.
Athar

WARNING: Unable to find dependency

I have built an application with VB.net 2010 and framework 4 and I have installed crystal report too. whenever I try to create a setup, this warning appears :
WARNING: Unable to find dependency
'BUSINESSOBJECTS.LICENSING.KEYCODEDECODER'
(Signature='692FBEA5521E1304' Version='13.0.2000.0') of assembly
'CrystalDecisions.CrystalReports.Engine.dll'
this error shows when I install on other PCs .
Do you have any idea about this ?
thanks in advance
I think you must to install Crystal Report 2010 on the client where you are running your application.
From msdn blog:
Starting on Friday, April 16th, the beta version of Crystal Reports
for Visual Studio 2010 will be available as a separate download from
this site. Just like when Crystal Reports was integrated into the
Visual Studio installation, this download will continue to be free.
From: http://blogs.msdn.com/b/vbteam/archive/2010/04/08/crystal-reports-for-visual-studio-2010.aspx?PageIndex=4
Take a look here: http://social.msdn.microsoft.com/Forums/en-US/vscrystalreports/thread/91f71ce2-e591-45a1-8bc2-0d61cd090117/