sharepoint 2013 installation on sqlserver 2008 r2 - sharepoint-2013

Can we install sharepoint 2013 enterprise on sqlserver 2008 r2 management studio, if not then in whichversion of sqlserver we can install our sharepoint 2013

You can find all the answers in http://technet.microsoft.com/en-us/library/cc262485%28v=office.15%29.aspx
You'll need the The 64-bit edition of Microsoft SQL Server 2012 or the The 64-bit edition of SQL Server 2008 R2 Service Pack 1

Related

MySQL data provider / connector not available in VS 2017

I tried everything, but cant make MySQL working in VS 2017. Apparently, there is support for VS2017 in the latest version of MySQL, but that does not work either.
https://dev.mysql.com/doc/visual-studio/en/visual-studio-what-is-new-12.html
How do I enable MySQL in VS 2017 ?
Support for Microsoft Visual Studio 2017 added since MySQL for Visual Studio version 1.2.7. Please use actual version of MySQL for Visual Studio!
Your link to MySQL refers to version 1.2, however version 2.0 is also available, check here: MySQL 2.0 for Visual Studio
Have you installed the ADO.Net driver from MySQL to add support for MySQL connections to Visual Studio?

How do i restart IIS Express in VS 2017 community

I have ASP.NET Web API. When i run the application using VS the IIS express used to be available in system tray from where i could shutdown.
In Visual Studio 2017 i do not see IIS express is available in system tray.
How do restart IIS express in VS 2017

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.

Create Webservice using Visual Studio Express 2012

I have Visual Studio Express 2012 for Desktop installed on my machine. I now want to create a web service. Should I download full Visual Studio Express 2012 for web or are there any templates or patches which I can add in the Desktop version only to create a web service

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).