Link to home
Start Free TrialLog in
Avatar of Juan Villanueva
Juan Villanueva

asked on

SharePoint 2013 Development Installation

Hello all - I have a few questions about a development environment I am putting together for SharePoint 2013 Business Intelligence development. Please see the environment details below:

- Host OS: Windows 8.1 Pro
- Host Applications: Office 365, Visual Basic Studio Professional, SQL Server 2014 Enterprise (with all features enabled);
- Host Hypervisor: VMware Workstation 10;
- Guess OS: Windows Server 2012 R2;
- Guess Applications: None, apart from SharePoint. I other words, the only application installed in the guess will be SharePoint 2013, with its shipping database (which I think is SQL Server 2008 Express edition).

The questions about this setup are:
1. Will this environment allow the configuration of SharePoint 2013 for Business Intelligence?
2. Will SharePoint Designer be available for developing PerformancePoint dashboards?
3. Will SharePoint Designer run in the Guess OS (or in the Host, where Microsoft Office products are actually installed).
4. Can the applications in the Host (Excel and Visual Studio) connect / work with the SharePoint 2013 Installation in the Guess?
5. Can web parts and reports built in Visual Studio (in the Host) be deployed to the SharePoint 2013 (in the Guess)?

Thanks!
Avatar of Jamie McAllister
Jamie McAllister
Flag of Switzerland image

1. Yes
2. Needs to be installed. Free download. Dashboard Designer will be your main tool though?
3. Could be either. Best practise is outside the SP server.
4. I tend to put Visual Studio in the VM in order to have references to the SharePoint DLLs etc. Excel should be able to interact with the VM if the VM DNS and virtual network settings have been done.
5. You can package these as WSP files from within Visual Studio and deploy remotely. However for development I'd tend to develop on the dev server instance itself. In this case, Visual Studio can do the deployment for you.
Avatar of Juan Villanueva
Juan Villanueva

ASKER

Jaimie - Sorry for my late reply and thanks for your answer.

Some follow up answers / questions:

1. Great!
2. Ok. No it will only be one of the tools I will using.
4. You made an interesting point. What are the benefits of having the SharePoint DLLs for reference? Do I miss those benefits if I choose developing on Microsoft SharePoint Online for Office 365?
5. Is remote deployment the norm when developers are developing on Microsoft SharePoint Online for Office 365?
ASKER CERTIFIED SOLUTION
Avatar of Jamie McAllister
Jamie McAllister
Flag of Switzerland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial