Installing nsight for Visual Studio 2010 - cuda

I am using Visual Studio 2010 Express Edition, and when I try to install nsight i get the following information in the installation window
Nsight for Visual Studio 2010 will not be installed
Requirement not met
Any ideas as to what the problem might be?

That's correct. Nsight Visual Studio Edition requires Visual Studio 2008 or 2010 Professional (or higher) in order to allow for the deep level of integration with the IDE.

Related

Where is the MySQL Datasource option for Server Explorer in Visual Studio 2022?

I am currently working with Visual Studio 2019 and my database is MySQL 8.2.
When I want to connect to my database with Server explorer, in Visual Studio 2019, one of the connection methods listed was MySQL Database. But at the same time when I use Visual Studio 2022, the option is not available. I tried to configure MySQL. But that is of no use as in Visual Studio 2022m the option is not listed. Is there any other method to bring in MySQL?
Tried ODBC, which works to some extent, but it is not good enough. Is there any workaround?
Based off of this other post, you would normally have to install a separate program called "MySQL for Visual Studio". The current version of this program is 1.2.10. However, it seems they do not yet support Visual Studio 2022 according to this documentation. Visual Studio 2019 appears to be the latest version they have support for (since version 1.2.9):
Version Support for Visual Studio
MySQL for Visual Studio 1.2.10:
Support for Microsoft Visual Studio 2015 was removed.
MySQL for Visual Studio 1.2.9:
Support for Microsoft Visual Studio 2019 was added.
They also have a table here showing the supported verisons.

SQl server data tools (SSDT - BI) for SQL Server 2014

We are upgrading from SQL Server 2008 R2 to SQL Server 2014 and I tried to install SQL server data tools for 2014 for SSIS, SSAS. From all the forums I read online, I installed Visual studio 2013 on my machine first and then I added SSDT 2014 for Visual studio 2013.
Is this the right way to do SSDT-BI 2014 Installation?
SSDT for Visual Studio 2013 has 2 versions: The one that has only DB tooling and other with BI components. You need to look for "SSDT-BI"
Here you go:
Microsoft download link for SSDT-BI
For VS 2015 and SQL Server 2016, the current version of SSDT comes with both SQL Server tooling AND BI components, so it's one download.
Hope this helps!
If you want to install only SSDT-BI for SQLServer2014, without requiring VS2013 license, then follow the below steps to setup development environment for SSIS, SSRS and SSAS.
Install Microsoft Visual Studio 2013 Shell (Isolated) Redistributable Package
Install Microsoft Visual Studio 2013 Shell (Integrated) Redistributable Package
Install Microsoft SQL Server Data Tools - Business Intelligence for Visual Studio 2013

What Visual Studio do I need for MySQL?

I am in the process of installing MySQL on Windows and it asks for Visual Studio in the check requirements part. I didn't had Visual Studio installed before, so I download and installed the Visual Studio Community. Then I clicked on the MySQL check button to see if Visual Studio was installed and I does not recognize it. (I also tried to close MySQL installation and open it again, and also restart my computer)
Do I need a specific version of Visual Studio?
Thanks,
André.
You do not need Visual Studio for MySQL.
However, if you would like to use "MySQL for Visual Studio", it will require VS 2008, 2010, 2012, 2013, 2015, or newer versions as time goes on (per installer).
When installing using the Windows MSI installer, in Setup Type, you probably selected Developer Default, which includes "MySQL for Visual Studio", which will require Visual Studio. Choose a Setup Type that does not install "MySQL for Visual Studio" if you do not need VS.
If you are installing MySQL on Windows, It requires Visual studio to be installed on your system. At the time of answering this question, supported versions are visual studio 2012, 2013, 2015 or 2017.
please install .Net developer tools for Visual studio if MySQL setup is not recognizing your visual studio. It will work. Same worked for me.
The official documentation of the installer reads:
Installation Requirements
MySQL Installer requires Microsoft .NET Framework 4.5.2 or later. If this version is not installed on the host computer, you can download it by visiting the Microsoft website.
So, nothing about Visual Studio.
But, when trying to install the MySQL Shell, you can get the error message:
MySQL Shell 8.0.19 2…
This application requires Visual Studio 2019 Redistributable. Please install the Redistributable then run this installer again.
You will probably see the same requirements for "MySQL for Visual Studio 1.2.9 2"
It depends on the version you have installed. For example, installing mysql8.0 on windows requires the operating system to have Microsoft Visual C++ 2015-2019 installed in advance.
Microsoft official website https://support.microsoft.com/en-us/topic/the-latest-supported-visual-c-downloads-2647da03-1eea-4433-9aff-95f26a218cc0 , just download the corresponding environment.
MySQL for Visual Studio can only integrate directly into Visual Studio 2008, 2010, and 2012.

Issue in installing BI feature for VS 2008

I one issue in installing Business intilligence for visual studio 2008. When I install this BI tool, BI feature gets added to visual studio 2010 and not to the visual studio 2008. I want this feature in VS 2008. Setup file is for sql server 2008 R2.
Does anyone has the solution for this issue?
Uninstall BI tools
Uninstall visual studio 2010
Install BI tools
Install visual studio 2010
Good luck

Addin Manager option missing in visual c# 2010 express edition

I have developed a addin in c# 2008 now i want to check in visual c# 2010 express edition
so i have downloaded visual c# 2010 express edition but there is no Add-in Manager option in Tools menu as visual studio 2008 have. and also there is no template for visual studio extensibity in New project menu.
So please give me some idea that how can i see Add- in Manager option in 2010 express edition.
I'm pretty sure Visual Studio Express versions don't support Add-Ins