I am testing an upgrade from TFS 2008 to TFS 2012. Currently I'm using SharePoint 2007 on a separate server, running Windows Server 2003 Enterprise x64 Edition w/ SP2. I do NOT want to upgrade SharePoint as part of the TFS upgrade.
My understanding is that to continue to use SharePoint with TFS 2012, the TFS extensions must be installed on the SharePoint server...
When running the tfs_sharePointExtensions.exe, I immediately get an error message that:
Error : TF400436 : Team Foundation Server Extensions can only be installed on a Server Operating Systems.
TFS setup did not detect an existing instance of SharePoint installation on this machine.
TFS SharePoint Extensions cannot be installed on a 32-bit operating system unless SharePoint is already installed.
Either install SharePoint manually on this machine, or run this installation on a 64-bit OS and we will install SharePoint for you.
In the installation log I see these lines:
Condition 'TFSDev10Installed' evaluates to false.
Condition 'NOT ((NTProductType = 3
AND (VersionNT64 = v6.0 OR VersionNT64 = v6.1 OR VersionNT64 = v6.2))
OR (VersionNT = v6.0 AND NTProductType = 3 AND
(SharePoint12_32bitExists OR SharePoint12_64bitExists OR
SharePoint14Exists)))' evaluates to true.
[Error] TF400436 : Team Foundation
Server Extensions can only be installed on a Server Operating Systems.
TFS setup did not detect an existing instance of SharePoint
installation on this machine. TFS SharePoint Extensions cannot be
installed on a 32-bit operating system unless SharePoint is already
installed. Either install SharePoint manually on this machine, or run
this installation on a 64-bit OS and we will install SharePoint for
you.
This is clearly a server OS, 64bit, with SharePoint installed and running, so it isn't clear to me how I might be able to correct this. I haven't been able to get any guidance using Google.
Any ideas on what I might need to do to be able to continue with the SharePoint extensions installation?
the problem is the Server 2003 you can not install TFS2012 (or it's SharePoint-Extension) on Windows Server 2003
See Requirements:
http://msdn.microsoft.com/en-us/library/vstudio/dd578592%28v=vs.110%29.aspx
or this:
Installing TFS Express on win 2003 server
Maybee you can try to Install the SharePoint extensions for TFS 2010 and try to connect them with your TFS 2012. Maybee this work.
Regards
Related
I recently setup a sharepoint server 2013 on our company and have found really good examples how you can override the suitbar with custom links.
Now that I'm trying to implement those examples i get to that point where Visual Studio 2012 and Office development tools is installed.
When i choose to start a new project I select New Project > Templates > Visual C# > Office/SharePoint > SharePoint Solutions > SharePoint 2013 Empty Project hit ok and i get an error that says Sharepoint not installed?
Am I supposed to install VS 2012 and develop om my Sharepoint 2013 server directly?
A very common way to develop SharePoint applications is to run a virtual machine (hyper-v under windows 8 for example) on your development workstation.
You can also dual-boot into a vhd file.
You can also install Windows Server 2012 and use one of the many desktop conversion techniques to use it as your primary operating system on your workstation.
Another often seen technique is to have a virtual machine hosted in the cloud or a datacenter, running both SharePoint Server and Visual Studio. Then connect to that machine using Remote Desktop.
With some trickery, you could have the SharePoint 2010 installer install om a workstation OS. This no longer works on SharePoint 2013. The reason this support was removed is due to the inclusion of Boot from VHD and Hyper-v into Windows 8.
It is my experience that if you just want to build your application and not run or debug it, that just having the assemblies copied over from an actual SharePoint Server will allow you to do that. I haven't found an updated document for SharePoint 2013 yet.
Yes. You have to develop on the sharepoint server directly using Visual Studio as Sharepoint server GAC has the required server object models to work programatically with sharepoint server object model.
You can aslo develop on client machine using Client Object Model or WCF Data Services Framework.
I am facing problem while installing Sharepoint 2010 Server on Windows-7 Professional I have followed the steps given in this MSDN page. Still I am getting the following error while trying to run Setup.exe.
Can anyone help me on this?
Thanks
It seems that SharePoint Server 2010 is only compatible with
Windows Server 2008 x64. But it's not. check this.
Source: Installing Microsoft SharePoint Server 2010 on Windows 7 x64
It is much simple to do this. Just a little work and your SharePoint Installation ready to work on Windows 7 64 bit Client OS.
You can simply install SharePoint Server 2010 on your client OS just by modifying a config file.
Copy CD contents to a folder on your hard drive and Follow following steps:
Go to the Files folder
Go to the Setup folder
Open config.xml
Add the following line before the closing </configuration> tag
<Setting Id="AllowWindowsClientInstall" Value="True"/>
Save the file and Run the Setup.exe. now it will work fine.
Remember: These lines are Case Sensitive so Write them correct.
On Windows 7, install the following additional prerequisites required before running Setup.exe:
Microsoft FilterPack 2.0. At a command prompt, type the following:
installation directory folder\PrerequisiteInstallerFiles\FilterPack\FilterPack.msi
Microsoft Sync Framework
SQL Server Native Client
Windows Identity Foundation (Windows6.1-KB974405-x64.msu)
Chart Controls (this is not required if you are going to install SharePoint Foundation 2010).
SQL Server Analysis Services - ADOMD.Net (this is not required if you are going to install SharePoint Foundation 2010).
For more detailed installation tutorial go through MSDN - Setting Up the Development Environment for SharePoint 2010 on Windows Vista, Windows 7, and Windows Server 2008
It seems like your copy of Sharepoint 2010 Server is intended to be installed onto a machine running Win Server 2008 SP2 or later. Not win 7. Either upgrade your machine or see if there's a more compatible copy of share point server.
After installing sharepoint server 2010 on server 2008 64 bit . every thing goes well no errors,but after clicking sharepoint server 2010 central administration from the program menu i got this message
The version of this file compatible with the version of windows you you're running .Check yourf computer system information to see whether u need an x86 or x65 version of the program , and then contact the software publisher
browser issue? what could be wrong?
Try to launch a few times the configuration wizard in sql server and in your SP server and it will come back.
It worked for me
Possible or not?
I know Sharepoint 2010 Server won't even run on a client side of Vista/Windows 7 64-bit, forget about Windows XP 32-bit.
But if I can install and use Visual Studio 2010 on Windows XP just fine, shouldn't Sharepoint development tools also work on Windows XP 32-bit?
The thing is I have a very old laptop (from 2005) that doesn't even support 64-bit architecture so I am stuck with WinXP 32bit.
If there is any way at all of (Remote?) Sharepoint development on Windows XP 32-bit with VS2010 please let me know.
Most of what the developer tools offer you make two assumptions:
You are running on a 64-bit architecture
SharePoint is installed side-by-side with Visual Studio
Running on a 32-bit XP machine breaks these assumptions. Many of the built-in Visual Studio productivity aids, such as the deploy and retract commands, will fail. I couldn't even create a project using the SharePoint 2010 project template under similar conditions.
You might make some headway by using regular class library or web application projects, copying SharePoint .dll's from a server's GAC (for use as references) and by manually creating your .ddl and .wsp files using MakeCab (as I did with 2007, with a little help from PowerShell); however, it sounds excruciating compared to running on Vista SP2 X64 or Windows 7 X64 with SharePoint installed.
As per the above answer, VS 2010 SharePoint projects require a local installation of SharePoint. You can use external tools for doing your development, such as WSPBuilder, but I do not recommend this approach. You are best sticking to the MS tools.
Your options are:
Upgrade to Windows 7 x64 or Server 2008 R2
Run VMWare Server (free) which should enable you to run a 64-bit VM on a 32-bit host (I think? Not sure about this assumption actually), and create a VM with Win7 x64 or Win 2008 R2 for SP development.
You can use Win7 64bit as your dev environment
http://msdn.microsoft.com/en-us/library/ee554869.aspx
I have Windows 7 installed on my laptop. I want to know what is the best way to install MOSS 2007 on my laptop?
I heard that MOSS 2007 can be directly installed on Windows 7. I want to know if there are ny problems if I do this
Or should I install Windows SErver 2008 on VM and then install MOSS 2007 on Windows Server 2008. Is it possible to install Windows Server 2008 VM on Windows 7??
Please let me know the best option...
MOSS 2007 can be installed on Windows Vista/7 but it's not supported and at your own risks (here is the link but it doesn't work righ now: http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2008/05/21/how-to-install-windows-sharepoint-services-3-0-sp1-on-vista-x64-x86.aspx)
It is possible to installed Windows Server 2008 on Windows 7, but you'll need a x64 version of 2008. You'll have to use VMWare or Virtual Sunbox which will need a lot of extra ressources.
Unless you have a really powerful computer, the best choice is a dual boot Win7 / Windows 2008.
Note: With SharePoint 2010, it is supported to install SharePoint directly on Windows 7.