offline package for SSIS (visual studio 2019) has been downloaded but while installing this getting this below error, - ssis

enter image description hereplease find the screenshot. Visual studio 2019 community version. trying to install SSIS package
We have deactivated the firewall and tried to install, also rebooted the server couple of times but same error is coming. my server doesn't have internet access

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.

I'm trying to connect MySQl and Flask but I keep getting an error. I'm using XAMPP for this web app

So, I'm trying to connect my sql database on xampp to my flask database.
I'm using this command:
pip3 install flask-mysqldb
but I keep getting an error and it tells me to download Microsoft Visual C++.
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/
I tried it again after I downloaded the app but it's not working at all. It still shows up with the same error.
You go to
https://visualstudio.microsoft.com/downloads/
Where you can find at the bottom
under
all downloads --> Too for visual Studio 2019
You find
Buildtools für Visual Studio 2019
After installing the installer you must choose Desktop Delevelopment with c++
After that the message disappears

'You have a usable connection already' error in Visual Studio 2015 adding Data Source

Visual Studio 2015; Windows 10;
In the Data Source Configuration Wizard, trying to add a table from a MySQL install on the network. I get up to this step
When I click 'Finish', I then get this error message:
Other SO posts refer to this issue, none are resolved. This is a fresh WinForms project, there is no code written.
I found a workaround on the MySQL Connector forums (http://forums.mysql.com/read.php?174,648619,649199#msg-649199)
Basically, you want to use Connector 6.9.8, not 6.9.9. So uninstall 6.9.9, install 6.9.8 from https://downloads.mysql.com/archives/c-net/
You can keep using MySQL 1.2.6 for Visual Studio. I will add this note:
Important
Always install MySQL for Visual Studio before installing MySQL Connector/Net.
From: https://dev.mysql.com/doc/visual-studio/en/visual-studio-install.html#Requirements in case you are reinstalling everything.
I solved this issue.
Remove your existing Mysql for visual studio and MySql Connector by going to programs and features in control Panel.
Close Visual Studio
Download Mysql for visual Studio 1.2.6 Click here
Install it before installing mysql connector
Download mySql Connector 6.9.8 Click here
Install MySql connector.
Start visual Studio
This should work.

SSIS 2008 excel connection manager load xlsx file error

my system:
Windows server 2008 R2 standard.
visual studio 2008/SQL Server 2008
No Office installed.
When I try to connect to an excel (xlsx) file, I got this error when trying to select the name of a sheet.
TITLE: System.Data
------------------------------
The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine.
Should I install Office (version?) to solve this or is there other solution?
I just worked through the same problem recently. The consensus of the research I conducted says that installing the following should resolve the problem:
http://www.microsoft.com/en-us/download/details.aspx?id=23734
However, if that doesn't work, you may need to install this as well:
http://www.microsoft.com/en-us/download/details.aspx?id=13255
You should not have to install the full blown version of Office on your server. (Besides the fact that doing so is poor practice.)

cannot show Visual Studio Tools for Application editor in SSIS 2012

When I click on EDIT SCRIPT button for Script Task in SSIS 2012 package,
It does not open the Script editor rather it shows:
"cannot show Visual Studio Tools for Application editor"
Couls not load file or assembly
"Microsoft.visualstudio.tools.applications.core version=10.0.0.0 ...."
system can not find the file assembly specified.
I tried the solutions provided in the following links:
http://social.msdn.microsoft.com/Forums/en-US/sqlintegrationservices/thread/e5337b0c-7f70-4603-859e-fbc7d0cf1c37
SSIS Script Editor throws an exception
First of all go to Program and Features and check whether you have
"Microsoft Visual Studio Tools for Applications x86 Runtime 3.0"
installed. Most probably you will see this below
"Microsoft Visual Studio Tools for Applications x64 Runtime 3.0"
If it is not installed then you have the same issue that i have.
To resolved this error, I put in my SQL Server installation disk. Then go to redist->VSTA->runtime->x86 and then run VSTA_RT30.msi
The workaround mention in this link solved my issue:
https://connect.microsoft.com/SQLServer/feedback/details/776248/could-not-load-file-or-assembly-microsoft-visualstudio-tools-applications-core
Both the x86 and x64 runtimes must be installed, currently one or both the runtimes may be missing depending on the order of the SQL Server 2012 installation. As a workaround, check in Control Panel - Programs and determine which of the component is missing (it should be listed as Microsoft Visual Studio Tools for Applications x86 or x64 Runtime 3.0). You can install the component manually from your installation disk or download from the \redist\VSTA\runtime\ folder.
It is year 2021, when searching for the error, this is the top hit. The solution that worked for me with Visual Studio 2019 is to download and install "Visual Studio Tools for Applications 2019"
Link:
https://www.microsoft.com/en-us/download/details.aspx?id=58317&WT.mc_id=DX_MVP4025064
Interestingly, this is not provided as an option in Visual Studio installer. The above needs to be manually downloaded and installed.
By now, SQL Server 2012 Service Pack 1 is out. Try updating your release and after that, you might even consider putting the Cumulative Update 1 on top of it.
More about CU1: http://blogs.msdn.com/b/sqlreleaseservices/archive/2012/11/21/cumulative-update-1-for-sql-server-2012-service-pack-1.aspx
goto SQL server installer folder and install these msi files
redist/VSTA/designtime/VSTA_DT30msi
redist/VSTA/runtime/x64/VSTA_RT30.msi
redist/VSTA/runtime/x86/VSTA_RT30.msi