I installed the Azure Feature Pack for Integration Services (SSIS). During the installation I got this message:
"64-bit SSIS is not found. This will only install 32-bit feature pack that can only be used with 32-bit SSIS (e.g in SSDT)"
When I run the visual studio, the Azure is disabled in the SSIS toolbox.
How can I fix this issue and make the Azure enable in the toolbox?
I have installed Visual Studio ver 16.6.5
I have installed SQL Server 2017 and 2019
My pc is 64-bit
Regards
Waleed
Since you are running Visual Studio 2019 (16.6.5 as you say), you should check which version of the Azure Feature Pack for Integration Services you have installed.
The Azure Feature Pack for Integration Services version should match the targeted SQL Server version for your SSIS project (Configuration Properties -> TargetServerVersion).
Related
I have isntalled VS2019 and installed SSDT from installer but I still get error when trying to open SSIS projects:
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.
I have also installed Analysis services from nuget and EF6.
In the installer , I can see SSDT is marked as installed.
Restarted both VS and pc.
What can be wrong?
Did you install the additional Visual Studio Extensions?
Analysis Services
Integration Services
Reporting Services
In the process of evaluating the way we develop and deploy apps to our 2 environments (Test & Live).
Current setup:
Test Server with VS 2013 and BizTalk 2013R2 installed (all app dev is done here, tested and then exported to MSI and installed on Live BizTalk server)
Intended setup:
Local Developer Desktops would have VS 2013 and BizTalk 2013R2 installed, with app development development done locally. Apps would then be deployed to Test Server for QA, and finally exported as MSI across to Live Server.
Questions;
Can you deploy from a local desktop to a network/server location?
Do you have to develop in VS 2013 to deploy to Biz 2013 R2, or are the compatibility settings in VS 2019 that you can configure to emulate VS 2013?
Can you deploy from a local desktop to a network/server location?
No, you cannot deploy from Visual Studio to another server.
What you can do however is to create a build server that gets the code from source control, and creates a MSI package, that is then pushed out to your target server via tools such as Microsoft DevOps, BTDF, Octopus Deploy, Power Shell scripting etc.
Automating your build and deployment reduces a lot of risks.
Do you have to develop in VS 2013 to deploy to Biz 2013 R2, or are the compatibility settings in VS 2019 that you can configure to emulate VS 2013?
Each version of BizTalk needs to be developed in a specific version of Visual Studio with the appropriate BizTalk SDK installed. So no, you cannot use Visual Studio 2019 for BizTalk 2013 R2.
I have been using Visual Studio 2017 for some time currently(15.7.4). In the installer I have Azure Development ticked and that includes service fabric tools. When I go to create new project the option Visual C# -> Cloud -> Service Fabric Application is not in the list. I have already installed Microsoft Azure Service Fabric 6.2.283.9494, Microsoft Azure Service Fabric SDK 3.1.283.9494 and Mircosoft Azure Service Fabric Tools for VS 2015.
I have created a service fabric cluster using ClusterConfig.Unsecure.DevCluster.json and can see that running at http://localhost:19080/Explorer/index.html#/
I'm not sure what else I need to do to get this template to appear, I assume something in the VS install but I can't see any other options that I need to add.
EDIT: Even after uninstalling and reinstalling VS 2017 Enterprise using the installer and the Service Fabric SDK, I still don't have the option for the template Cloud -> Service Fabric Application
When you install the SDK, it does not install the Visual Studio Tools.
The SF Tools for VS is a separate installation, the version you installed is specific for VS 2015, for Visual Studio 2017 you have to install it from the Visual Studio Installer > Azure Development > Select 'Service Fabric' and install it. This will install the required VS templates missing.
A similar question has been answered here:
Visual studio 2017 is not recognizing project of type .sfproj
I am trying to create a webproject which can be deployed on azure. I have VS 2010 trial version (pro) installed on windows 7. When i click cloud (under VC#) i am prompted to install Windows azure tools. I do this. I get the tools installed message. I restart VS 2010. But i fail to find windows azure web project template, which should have been installed. It just shows me the same sequence of screens (install tools etc). I am executing VS 2010 under administrator role.
Steps described # http://msdn.microsoft.com/en-us/library/windowsazure/ff687127.aspx
Questions
Is Windows azure template projects not allowed in Trial edition of VS 2010 pro?
Can such a project be made using VS 2010 express?
Thank you
Sameer
I'm not sure about trial versions, as I've never tried installing with a trial edition. However: I've run other software packages with trial versions of Visual Studio, without issue.
The SDK will work with Visual Studio 2010 Pro and above, as well as Visual Web Developer 2010 Express (downloadable here).
For installing the tools properly, I'd suggest going here and installing via Web Platform Installer. It will make sure you have all needed dependencies.
A couple of us here in the office installed Visual Studio 2010 which after full installation we saw included visual studio 2008.
Now when we attempt to open 2008 projects in this edition of 2008 it fails with a long message about not supporting the project extension of .csproj.
A bit more checking into it I see that there are no csharp or visual basic extensions installed for this edition of visual studio but mainly sql extensions.
Can someone confirm if this edition of visual studio 2008 can be used for regular application (console, web, windows) development (if so how?) or if its only suited for sql development?
------------------- Visual Studio 2008 (incl with 2010 Ultimate) About Info -->
Microsoft Visual Studio 2008
Version 9.0.30729.1 SP
Microsoft .NET Framework
Version 3.5 SP1
Installed Edition: IDE Standard
-- several host fixes removed from list.
SQL Server Analysis Services
Microsoft SQL Server Analysis Services Designer
Version 10.0.5500.0
SQL Server Integration Services
Microsoft SQL Server Integration Services Designer
Version 10.0.5500.0 ((Katmai_PCU_Main).110921-2358 )
SQL Server Reporting Services
Microsoft SQL Server Reporting Services Designers
Version 10.0.5500.0
VS 2010 and VS 2008 UE include all regular applications. VS2010 also installed 2008 folder Microsoft Visual Studio 9.0.. Just simply use 2010 and you'll be fine. It supports all versions.