Report ViewerTasks - "Design a new report" not showing - visual-studio-2019

I installed the necessary package (nuggets) - Microsoft RDLC Report Designer 2012 - as it was on the tutorial on youtube but seems like its not working on my machine

Related

I cannot build an ASP.NET MVC Core 6 app, using Telerik's AutoComplete; cannot find package

We're working on a new ASP.NET MVC Core app, using .NET 6 and VS 2022. We're also trying to use Telerik (Progress) Kendo UI for jQuery. I've been corresponding with Telerik's tech support, but with very little to show for it. They've provided me with a sample app, which I cannot build on my machine. I've installed Kendo UI for jQuery on my dev box. Whenever I try to build the sample app I get this error:
NU1102 Unable to find package Telerik.UI.for.AspNet.Core with version (>= 2022.1.412)
Following the instructions to add Telerik's NuGet package to my dev box which I found here and supplying my credentials for my Telerik account. However, that doesn't make a difference. I still get the error I've provided. The error above has 3 sublines, which are as follows:
Found 1 version(s) in nuget.org [ Nearest version: 2016.3.914 ]
Found 0 version(s) in Microsoft Visual Studio Offline Packages
Found 0 version(s) in Telerik NuGet Feed TelerikAspNetCoreApp512
So, even though I've added Telerik's NuGet server, added my credentials (which I verify work by going to the URL in a browser), got out of VS 2022, then back in again, I still cannot build the app.
I've looked up Telerik.UI.for.AspNet.Core errors here on SO. I've found only 3 posts. One for deploying the app, another using Azure Pipelines and the third using Jenkins builds. But none of the address the issue I'm having.
I believe I've got VS 2022 configured correctly, Telerik's NuGet server is available, etc. Nothing obvious appears to me as to what is preventing me from building the app on my dev box.

Error with RDLC and NuGet Manager not working correctly

I have recently went from VS 2013 to VS 2019 and have encountered issues with my rdlc's. I receive the following error when a run them
I was able to copy existing reports from one built in 2013 to 2019 and they seem to work however ones built within 2019 are not working.
I have tried to remove and then add the ReportViewer packages however I receive the following error
I don't know if I somehow broke NuGet or differences in creating a report between the two versions
I faced this exact problem in Visual Studio 2017, and managed to resolve it in VS 2019 as well.
Please read my answer here: How to open RDLC in Design mode
For some reports, you might be needed to remove some XML tags from your rdlc report. This link will guides you.
Hope find it helpful.. :)

Hide the StimulSoft Report record on the server

I use stimulssoft report mvc for generating a report in an Visual studio 2015 website.
There is no problem with the local host and all the records in the report are displayed.
But when the software is uploaded to the server there is no record in my StimulSoft Report to my users.
There is this problem for 2 days there is not this problem before.

nopcommerce 4.0 source code is zip file extracted but in NopCommerce sln file is not loaded in Visual studio 2015 issue

I am facing a problem while opening the NopCommerce solution file from Visual studio 2015
The error message is
One or more projects in the solution where not loaded please to see
the output windows for details
Output window error
D:\nopcommerce\Presentation\Nop.Web\Nop.Web.csproj : error : The
default XML namespace of the project must be the MSBuild XML
namespace. If the project is authored in the MSBuild 2003 format,
please add xmlns="http://schemas.microsoft.com/developer/msbuild/2003"
to the element. If the project has been authored in the old
1.0 or 1.2 format, please convert it to MSBuild 2003 format.
I have also shared screenshot please till how to solve errorscreenshot here
NopCommerce 4.0 is built on ASP.NET Core 2.0.
VS 2015 supports only ASP.NET Core <=1.1. You need to install VS 2017 to run NopCommerce 4.0.
Here is the link to official documentation
https://www.nopcommerce.com/boards/t/49380/nopcommerce-400-is-released.aspx
ASP.NET Core support in Visual Studio 2015?

Converting RDL report to RDLC for use in MVC

I have an existing RDL report that I want to convert to an RDLC report for use in an MVC application.
According the the MSDN Site the way to convert it is to rename the .rdl file to .rdlc, include it in the project and then use a ReportViewer control to select the datasource.
Being MVC I don't have a ReportViewer control on my page, I was using this post to help me render the report into the Response stream.
I've renamed the rdl to rdlc and included it in my project but I get the following error when trying to open it:
The report definition is not valid.
Details: The report definition has an
invalid target namespace
'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition'
which cannot be upgraded.
Any ideas how I can convert the rdl to rdlc without having to re-write it?
You cannot convert a SQL Server 2008 Reporting Services report .RDL into .RDLC - Microsoft only knows why.....
See Bill Vaughn's Retraction: The ReportViewer Control does NOT support SQL Server 2008 RDL in Local Mode for some expert insight.
In short: right now, Microsoft doesn't have a working story for converting RDL to RDLC in Reporting Services 2008.
To correct the earlier answer: you cannot render an SSRS 2008 RDL file with the VS 2005 or VS 2008 ReportViewer control in local mode, because the schema has changed in SSRS 2008, but the control was not brought up to par. VS 2010 comes with a ReportViewer control that apparently supports the SSRS 2008 schema.
If the schema were supported, no conversion would be necessary (other than renaming the file from RDL to RDLC, which is how it worked in a VS 2005 environment).
See my question on MSDN about this issue.
Actually, you can convert an .RDL to .RDLC. Copy the report to your report folder on your project, rename the extension from .RDL to RDLC. Just make sure you have the Microsoft.ReportViewer.Webforms reference. I have created a ton of reports, using the Report builder, built and tested them there, then copied them to my project (MVC). Just my 2 cents.

Resources