I am building a development machine to do some testing.
Can I have CRM 2011 and SharePoint 2010 installed on the same machine? If yes is there a specific order in which they should be installed?
having build a CRM development environment on a single VM, I can confirm that installation on the same machine is, indeed, possible. The order where SharePoint is installed first has been recommended, from memory, since Beta. Some gotchas (basically, the idea is to disrupt CRM installation that follows as little as possible):
Make sure SharePoint is NOT installed on the default web site and use host headers to separate SharePoint from the default web site.
Do install CRM List Component prior to CRM installation.
Do NOT install Reporting Services in SharePoint Integration Mode.
The CRM installation after that is a straightforward process as per Implementation Guide.
Hope it helps.
George
yes i have installed sharepoint 2010 and crm 2011 on same machine. when i installed sharepoint 2010 my crm 2011 site didnt work then i changed the port of crm 2011 from 80 to 81 by using the IIS binding option.
Related
My development server is having MS CRM 2013 Onpremises installed. It is possible to install MS CRM 2016 Onpremises on the same server?
No, this isn't possible. You can only share the backing SQL Server by creating Named Instances.
You could use a CRM 2016 Online instance as an alternative, but it would introduce additional costs which is not desirable for a development environment.
The same applies for an installation to an Azure VM.
I might be slow or something but I can only find RU1 to CRM 2013. Where can I find the upgrade (not a full installer) to lift from 2013 to 2015? I've got one since before but after some confusion and a case of "too many cooks in the kitchen", it claims that it can't perform.
Where do I get the official upgrade from 2013 to 2015?
(Yes, I've googled for it. I get a lot but not the actual binaries from MS.)
To upgrade from CRM 2013 to CRM 2015 you need to install Service Pack 1 on the CRM 2013 server. Then, there are three options to do an upgrade, which is describet in the Implementation Guide for CRM 2015 and in short consists of the following steps:
In-place upgrade, pop the 2015 installation media on the existing server and run it.
New CRM server same SQL, install a new CRM server and point it to the old SQL server
Migration, install a new system with both CRM and SQL, then restore the ORG_MSCRM on the SQL server and import the organization using the deployment administration tool.
You have more info here, and there's also more info in the IG
Instlling a trial VS2010 on my workstation hoping to develop some simple custom web parts for our SharePoint 2010 webs. As soon as I try to create an appropriate projectd (Empty SharePoint project) I'm warned that VS2010 must be installed on the same server as SharePoint.
I can do this, but on which server... there are 5 of them on our farm. APP01, APP02, WFE01 (web front end), WFE02, and SQL.
Many thanks!
Don't install Visual Studio on any of those servers. Install SharePoint on your development computer, then once you develop your solutions deploy them to your test and finally production SharePoint servers as wsp files.
I have a centralized Microsoft Sharepoint Server and SQL Server on Windows Server 2008 intalled. I am new to sharepoint. In my local machine i have installed Visual Studio 2010 Ultimate Trial version. When i goto create new share point project in the visual studio, I am getting an error message saying,
"A sharepoint server is not installed on this computer. A sharepoint server must be installed to work with sharepoint projects"
Is it possible to develop the sharepoint application like this? if yes. can you please let me know what i can do?
--
Regards
You should install SharePoint 2010 on that machine. Either install it on Windows 7-8 or Windows Server 2008-R2
http://msdn.microsoft.com/en-us/library/ee554869.aspx
Check this Installing Microsoft SharePoint Server 2010 on Windows 7 x64 along this follow msdn.
you should have 64-bit version of Windows 7. then follow the step
mentioned in the above link. Install the additional prerequisites carefully else the installation will cause some error.
I am currently looking into developing some WebParts for Microsoft Sharepoint 2010. I have set up a Windows 2008 Server virtual machine running Sharepoint 2010, and I have Visual Studio installed on my local machine (Windows 7 32 Bit).
However, it seems that I need to have Microsoft Sharepoint installed locally in order to access the templates in VS. I have found a couple of tutorials online saying you can develop Webparts locally without Sharepoint 2007 installed, but all 2010 tutorials insist on having Sharepoint installed locally.
Do the methods of deploying a sharepoint 2007 web part work under 2010, or alternatively, are there any good tutorials on how to develop a Sharepoint 2010 Web Part without having Sharepoint installed on the development machine?
There is a post here that describes what you are looking to do. As Gavin mentioned below, you need to add the path to the registry.
Since you already have the VM on your local machine, my suggestion is to install a copy of Visual Studio installation there as well. I have the same set-up with an instance of VS local for web development and one on my VM for SP development.