Do you have documents on SonarLint for Visual studio except details provided on Sonarlint site - sonarlint

Do you have documents on SonarLint for Visual studio except details provided on Sonarlint site

Related

The version of Visual Studio is unable to open .rptproj

I'm getting the error
The version of Visual Studio is unable to open the following projects.
....
"MyProject.rptproj"
I've seen this thread talking about the same error: Unable to upgrade a Reporting Services project to Visual Studio 2019
But the answer to it about installing Microsoft Reporting Services Projects extension didn't solve my problem.
I have Microsoft Reporting Services Projects, SQL Server Integration Services Projects, Microsoft Analysis Services Projects and Microsoft Visual Studio Installer Projects extensions installed and enabled. I tried disabling them, reopening VS, enabling them and reopening VS again, that didn't help. I also tried restarting my computer. Everything in SSRS is also configured properly. I also have SQL Server Data Tools installed in VS. Has anybody encountered this issue? Thanks in advance
Upd: Installing installing Visual Studio Extension Development in the VS installer didn't help, also My Visual Studio 2019 version is 16.11.11
Another note:
Even though I have Live Share disabled in VS Installer, I am still also getting Cascade Package warning:
I had to download "Microsoft Reporting Services Projects" for my "Visual Studio 2019" to fix that error and open my rptproj correctly.

ssrs RDL from Visual Studio 2013 to 2017

For many versions I have a reporting services project in Visual Studio. The latest is Visual Studio 2013. I have installed Visual Studio 2017 community edition and it has the Microsoft Reporting Services Projects extension. It also says that it has Data Tools installed as part of VS (at least that's what it looks like). Yet my rptproj file will not be recognized by Visual studio 2017. Every document that I'm sent to says I need SqlServer Data Tools but is that now a separate program I have to use to deal with reports outside of Visual Studio? It makes no sense to me given that there is a reporting Services projects in VS. But that isn't working at all. I've tried creating a new project and copying the RDL over to it. It opens it and I can see designer but when I try to preview I get the dreeded " Unknown report version 9". Any help would be very very much appreciated.
Just download and install
https://learn.microsoft.com/en-gb/sql/ssdt/download-sql-server-data-tools-ssdt
SSDT will provide all the missing bits for VS2017. You will then be able to edit your reports in VS2017 but you will need to upgrade the solutions. You will be promoted to do this upgrade when you attempt to open the project/solution.

Cannot import .rptproj in VS2015 - says it's "Unsupported". Latest SSDT is installed

I am trying to convert some older VS2005 projects over to VS2015 Enterprise. When I open any with a report project (.rptproj), VS says the project is unsupported.
Unsupported
This version of Visual Studio is unable to open the following projects. The project types may not be installed or this version of Visual Studio may not support them.
Every search I've done, the solution is to install SSDT (apparently formerly known as SSDT-BI)
I havs SSDT installed already.. when I download/install from here (https://msdn.microsoft.com/en-us/mt186501.aspx), it gives me repair/uninstall options. I've tried repair even though I did not suspect it was broken. There are no updates available under Tools > Extensions and Updates... in VS.
Where do I go from here? Every solution I've found says the same thing, but I already have SSDT.
Any info appreciated.
Support for BI projects for Visual Studio 2015 is available here: https://msdn.microsoft.com/en-gb/mt186501
There are two versions of SSDT available for Visual Studio 2015. Only the "Preview" version (available here: https://msdn.microsoft.com/en-us/mt429383.aspx) contains the BI project types.
SQL Server Data Tools in Visual Studio 2015 (a.k.a. SSDT)
Open Visual Studio 2015 and choose the Tools > Extensions and Updates menu. SQL Server tooling updates will appear in the Updates list.
Visual Studio 2015 comes with SSDT which is why you kept getting repair screens - note "SQL Server Data Tools Preview in Visual Studio 2015" is the older version

Visual Studio 2013 not generating bin\Release folder

This have been told here but I really can't figure why Visual Studio 2013 Ultimate (x86 installation) generates only bin\Debug and does not generate bin\Release folder.
Does anyone know why it does not generate the release folder?
Here is my Visual Studio version (am I missing a Service Pack?)
My project is a Windows Forms Application.
My project is targeting .NET 2.0, it runs fine and bin\Debug is always generated. Here are my project properties with default configuration:
Hope you have set the Release configuration from here:
Also go to the Configuration Manager and check the Active Solution Configuration as Release.

Error running Worklight project as Visual Studio project

I have an error when trying to run Worklight project as Visual Studio Project.
The project is set up in Eclipse Juno EE, Worklight version is 5.0.6.2. Project is successfully can be build and run as Android project. But when I run it from Eclipse menu Run->Run As->Visual Studio project I have an error:
Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegKeyEx(…) returned error code 5.
Failed Running Visual Studio: Cannot find Visual Studio 2012 or later.
Am I missing something obvious?
Thanks a lot in advance for help.
Do you have Visual Studio 2012 or 2013?
In 5.0.6.x, if you have Visual Studio 2013 you will need to double-click the .csproj/.jsproj accordingly in order to open the project.
This is fixed in newer versions of Worklight; namely, Worklight 6.0.0.x and above.