Project c# cannot build after update MS RDLC Report designer - c#

Yesterday, I've updated MS RDLC report designer extension in my VS 2007. But after that, my project (include rdlc report) cannot build and run even it has no error during building process. Other project don't use rdlc report can build successfully.

After try many way from internet but cannot solve the problem. I try to install visual 2015 with option sql data report component to support building rdlc report. Then I open my project and fix some compatible error in rdlc template file. And finally my project can run well.

It sounds similar to the issue that was resolved with version 15.3 of the Microsoft RDLC Report Designer extension.

Related

RDLC (Microsoft Report Designer) not available or has been removed

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.

Microsoft Rdlc Report Designer in Visual Studio 2017

I am Microsoft Rdlc Report Designer extension and NuGet ReportViewerControl.Winform package.
Now it is possible to open *.rdlc file in Visual Studio 2017 designer, but when i try to save my report i am getting error: "Unknown Report Version: 9.0
Also, i can't create empty *.rdlc file because don't have the same template in New File... dialog
UPD:
At this moment, i have no idea how to fix that, but i know hwo to avoid it:
Open your old report in VS2015 and then save it - next time VS2017 can open/edit/save files.
Answer from marketplace:
This happens when you have missed a reference. Please search through
all of your code and project files to find the 9.0 references and
update to 14.0.
By Sql Reporting Services 25.04.2017
It means that you need to search for patterns (previous xml structure) of 9.0 version in your *.rdlc file, which was not obvious for me.
That is why resave in VS2015 worked.
I have found that opening SSRS 2005 layouts from the Solution Explorer causes this error. If I close Visual Studio, open File Explorer, find the .RDLC and double-click on it top open VS 2017 without the project loaded, I can convert and save the file. Once it’s converted and saved, I can work with it normally inside VS.

Crystal Report not configured after installation?

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

VS 2010 Crystal Report application only returning data for first generated report

I have in front of me a Crystal Reports project that I just started looking at. It was first done in Visual Studio 2005 and is now being converted to Visual Studio 2010. 2005 used merge modules and the approach is a bit different in 2010 as I have understood it.
After some fiddling around I got it to compile and the installer to package the application. Everything seemed to work fine but then I notice that I only get the report populated with data for the first report I generate. After that they all come up empty. I have to restart the application to get data in the reports again.
The application is using the Crystal Reports Helper class from Code Project which handles binding of data etc.
Anyone used this class or know if it could be something in Crystal Reports itself that is causing this problem? The application is using the Crystal Report Viewer control.

Unable to open .RPT file in VS 2010

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

Categories

Resources