sharepoint 2013 installation issue - sharepoint-2013

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.

Related

VS 2017 Connected Services Office 365 API not available

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/

Azure SDK is missing on VS 2017 RC

After installing the new Visual Studio 2017 RC, I gave a problem with the Azure SDK.
The error is as follows:
WAT080: Failed to locate the Microsoft Azure SDK. Please make sure the
Microsoft Azure SDK v2.9 is installed
When installing, I completely selected all the components provided by the installer. I already tried to reinstall and repair but nothing works.
Any ideas?

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.

Noob Visual Studio Sharepoint 2013 Development

Is it true that I have to have Server 2008 R2 or above and at minimum sharepoint2013 installed on my DEV box in order to create sharepoint projects? I just downloaded the tools, and when I go to create a sharepoint project I get a "sharepoint not installed" error.
Thanks
These are requirements for SharePoint2013
Windows Server
Windows Server 2008 R2 Service Pack 1 (64 bit) Standard, Enterprise, or Datacenter
Windows Server 2012 Release Candidate (64 bit) Standard, or Datacenter.
SQL Server
SQL Server 2008 R2 Service Pack 1 (64 bit)
SQL Server 2012 (64 bit)
I'm able to create a sharepoint project with visual studio 2012 on my windows 7 development machine. I have an old version of Microsoft.SharePoint.dll from sharepoint 2010 deployed to the GAC and this is automatically referenced when I create a new project.
Obviously I can't run the code because I don't have sharepoint 2013 installed (this requires a server version of windows) but it's enough to create a sharepoint project and write some code and I even get sharepoint intellisense (though if you are developing for sharepoint 2013 you would be better off using a later version of Microsoft.SharePoint.dll).