VS 2017 Connected Services Office 365 API not available - visual-studio-2017

Cannot find the Office 365 API under conncted services.
Version: Visual Studio Enterprise 2017 15.9.1
OS: Windows10
The necessary components are installed:

It is not VS built-in feature.
The ASP.NET Providers Connected Service Extension can be installed on
Visual Studio 2017. You can install it through Extensions and Updates
in Visual Studio and type “ASP.NET Providers Connected Service” in the
search box.
To use the Extension, you need to make sure that your web application
targets to .NET Framework 4.6.2 or higher. You can open the extension
through right clicking on the project, selecting Add and clicking on
Connected Service. You will see all the Connected Services installed
on your VS which apply to your project.
https://blogs.msdn.microsoft.com/webdev/2018/05/22/announcing-asp-net-providers-connected-service-visual-studio-extension/

Related

VS2015 community Django not able to start in debug

I have been working with VS2015 on a django project for awhile now. Today when I went to run the debugger I found that the manage.py script is not running It is showing that the subcommand appears to be missing-Screenshot of the start of the debugging widow opened by VS2015, listing continues to show all of the manage.py subcommands:
I can start the django code using runserver with out any errors being raised. I just at this time can no longer debug. A wee bit frustrating.
Here is the info on the current VS2015 install. **Note links removed from VS2015 info since Stackoverflow would not allow me to post with more than 2 links present at this time **
Microsoft Visual Studio Community 2015
Version 14.0.25431.01 Update 3
Microsoft .NET Framework
Version 4.6.01586
Installed Version: Community
Visual Basic 2015 00322-20000-00000-AA811
Microsoft Visual Basic 2015
Visual C# 2015 00322-20000-00000-AA811
Microsoft Visual C# 2015
Visual C++ 2015 00322-20000-00000-AA811
Microsoft Visual C++ 2015
Windows Phone SDK 8.0 - ENU 00322-20000-00000-AA811
Windows Phone SDK 8.0 - ENU
Application Insights Tools for Visual Studio Package 7.18.00214.2
Application Insights Tools for Visual Studio
ASP.NET and Web Tools 2015.1 (Beta8) 14.1.11107.0
ASP.NET and Web Tools 2015.1 (Beta8)
ASP.NET Web Frameworks and Tools 2012.2 4.1.41102.0
ASP.NET Web Frameworks and Tools 2013 5.2.40314.0
Command Bus, Event Stream and Async Manager Merq
Provides ICommandBus, IEventStream and IAsyncManager MEF services for loosely coupled Visual Studio extension components communication and integration.
Common Azure Tools 1.8
Provides common services for use by Azure Mobile Services and Microsoft Azure Tools.
Devart Code Compare 4.1.78
Devart Code Compare
Copyright (c) 2012-2015 Devart. All rights reserved.
Devart dotConnect for PostgreSQL 7.7.819.0
Devart dotConnect for PostgreSQL
Copyright 2002 - 2017 Devart. All rights reserved.
JavaScript Language Service 2.0
JavaScript Language Service
JavaScript Project System 2.0
JavaScript Project System
Microsoft Azure Mobile Services Tools 1.4
Microsoft Azure Mobile Services Tools
NuGet Package Manager 3.4.4
PreEmptive Analytics Visualizer 1.2
Microsoft Visual Studio extension to visualize aggregated summaries from the PreEmptive Analytics product.
Python Tools for Visual Studio 2.2.50113.00
Python Tools for Visual Studio provides IntelliSense, projects, templates, Interactive windows, and other support for Python developers.
Python Tools for Visual Studio - Django Integration 2.2.50113.00
Provides templates and integration for the Django web framework.
Python Tools for Visual Studio - Profiling Support 2.2.50113.00
Profiling support for Python projects.
SQL Server Data Tools 14.0.60519.0
Microsoft SQL Server Data Tools
TypeScript 1.8.36.0
TypeScript tools for Visual Studio
Visual Studio Tools for Universal Windows Apps 14.0.25527.01
The Visual Studio Tools for Universal Windows apps allow you to build a single universal app experience that can reach every device running Windows 10: phone, tablet, PC, and more. It includes the Microsoft Windows 10 Software Development Kit.
Xamarin 4.2.1.62 (680125b)
Visual Studio extension to enable development for Xamarin.iOS and Xamarin.Android.
Xamarin.Android 7.0.2.37 (ce955cc)
Visual Studio extension to enable development for Xamarin.Android.
Xamarin.iOS 10.2.1.5 (44931ae)
Visual Studio extension to enable development for Xamarin.iOS.
I determined the source of the problem and the solution. I encountered this on my workstation at the office and came home to try to see if the same problem occurred with an older version of vs2015.
I discovered the older version did work and that the debug setting on the project showed launch mode Django Web launcher
enter image description here
The VS2015 install at the office showed no entry in the Launch Mode. After I selected the new entry web launcher I was able to debug with no problems.

Having trouble installing Azure SDK 2.9.1 on VS 15 Preview 4

When I try installing Azure SDK 2.9.1 for VS 15 Prev 4, I get the following error message:
You must enable Visual Studio Web Development Feature in Visual Studio VS "15" Preview before you can install this product.
I do have all boxes checked under "Web development" section in the installation options of VS 15 Prev 4.
Looking for any ideas how to resolve or troubleshoot this issue.
EDIT:
Perhaps this is related to the fact that Azure tooling didn't make it to VS 15 Prev 4 according to this blog post.
as per: https://www.visualstudio.com/news/releasenotes/vs15-relnotes#knownissues
Azure SDK for .Net cannot be installed with Visual Studio "15" Preview 4
Issue:
If you try to install the Azure SDK for .Net from the Web Platform Installer, you will get an error saying that you need to install the Web Tools Extensions and the Azure SDK won't install.
Workaround:
The Azure SDK for .Net is supported on Visual Studio 2013, Visual Studio 2015, and Visual Studio "15" Preview 3. Please use one of those versions to run the Azure SDK for .Net.

sharepoint 2013 installation issue

I have created an Oracle virtual box VM using Windows server 2012 R2 standard OS. Then I installed active directory services using sever manager feature and then I installed SQL server 2012 express edition and installed all prerequisites for SharePoint server 2013. All prerequisites are installed successfully. All the installation done on a single machine. But still I am getting an error while installing SharePoint 2013.
Setup is unable to proceed due to the following error:
Windows server App-fabric is not correctly configured.You should uninstall Windows Server App-fabric and reinstall it using the SharePoint Product Preparation tool.
The sharepoint install disk has an executable named something like prerequisite.exe. Beware though you need to do your install with SharePoint 2013 SP1. SP1 being the key.

Associate Azure WebJobs in Visual Studio 2013

In the Windows Azure build keynote (2014-04-03) they demo Azure WebJobs. You can clearly see how they associate the current WebJob with the ASP.Net website application. However, I don't have this option available in Visual Studio 2013. Does it come with the new Web Features in Visual Studio 2013 Update 2 RC? I haven't installed it (still RC...) but it's clearly not in the release notes. I've installed the latest Windows Azure SDK for .NET (VS 2013) - 2.3.
In the video you can see the association in action:
Update:
After installing Visual Studio 2013 Update 2 RC I still don't see the option
Just found this awesome extension that I was looking for:
With this extension you can right click on a web project in Visual Studio and associate a console project as a WebJob. After doing that when you publish the web project the webjob project will be published into the correct location in your Azure Web Site
http://visualstudiogallery.msdn.microsoft.com/f4824551-2660-4afa-aba1-1fcc1673c3d0

AWS Explorer not present in VS 2012 after installing AWS Toolkit

My set up is VS 2012 Web Developer Express on Win 7.
After installing AWS Toolkit for .Net 1.5, I cant find AWS Explorer in VIEW menu of VS 2012, but I can in VS 2010 Shell(which got installed with VS 2012).
Other points:
I installed the Toolkit while VS 2012 was still running. So I thought that could be a problem and I uninstalled and reinstalled it, but with no luck.
Looked at answers/suggestions to this question but that doesnt solve my problem.
How should I get about it? Does AWS Toolkit install on Web Developer Express at all?
The licensing on the Express editions of Visual Studio unfortunately does not permit installation of 3rd party plugins. The toolkit needs an edition of 'standard' or higher.
Regards.