I have been given the task of taking a project that has been lying in mothballs (active, just no active development) since 2013, and bring it up to current standards.
It is currently using Microsoft Server 2012, SQL Server 2014, ASP.NET 4.0 and was written using the ASP.NET MVC design pattern.
The code is currently in a Team Foundation Server 2012 repository. I'm trying to connect to it through Visual Studio 2022, and it is telling me that the repository is not found.
I can access the repository through my browser, so I know I have the URL right, and I changed my source control plug-in in Visual Studio to Team Foundation Server.
When I try to clone the repository, it prompts me for my credentials, and then a few seconds later, I get an error message that the repository doesn't exist.
I've both changed and removed my TFS credentials under Control Panel->User Accounts-Manage User Credentials.
Any ideas?
Related
I am not able to connect SharePoint Server SE to Visual Studio 2022.
So, I am getting this error when I am trying to create a new SharePoint empty project from visual studio
I have checked those steps:
Run VS as administrator 2.The user is set as sysadmin of the SQLServer, as well as db_owner of the following DBs.
a. WSS_Content
b. Sharepoint_Admin_Content
c. Sharepoint_Config
The user is owner of the SP and has full control.
The site is added to the IIS host file.
I have cleared VS cache.
This also occur when I am trying to import SharePoint Solution File. (.wsp)
I am using SharePoint Server Subscription Edition and Visual Studio 2022 Community.
Note: I checked SharePoint Server 2019 and Visual Studio 2019 and this combination works fine.
Thanks,
Please try to make sure below:
This http://testnet is accessible in browser
Did you enabled any Alternate access mapping or any entry in host file
Create New Website via SharePoint Central Admin and try again.
Deploy the same solution with different Web Applications URL.
I am working on Xamarin with Visual Studio 2017. My organization has its own domain base TFS server, Now I need to configure that server to my Visual Studio 2017 Mac version projects.
I found the Visual Studio code is capable to connect the TFS, but it's connecting the Visualstudio.com server, I need to connect to the server which is my organization.
For visual studio Mac, TFS isn't supported for now. There has been a uservocie, you can vote up and monitor it.
TFS Version Control
https://visualstudio.uservoice.com/forums/563332-visual-studio-for-mac/suggestions/17136163-tfs-version-control
However as a workaround, you could use Visual Studio Code to connect on-premise
TFS server.
TFVC
You can connect to TFVC using the Visual Studio Team Services extension since version 1.116.0 (2017/04/12). This extension allows you to connect to Team Services and Team Foundation Server.
Note: You need Team Foundation Server 2015 Update 2 or later.
More details please take a look at my reply at this question: Connect VS code with TFS on mac
Here is an alternate way of doing the same.It is working fine for me
How to use TFS on a Mac
Steps to be followed:
Step 1: Install Eclipse
Step 2: Download and install the TFS everywhere plugin
Step 3: Checkout your solution using the eclipse to a local folder
Step 4: Open the solution in Visual studio and make the code changes
Step 5: Open eclipse and commit your changes.
Is it possible to use Visual Studio 2015 with Team Foundation 2017.
I'm asking because if I create a new Team Project from visual studio I get the following error:
TF400324: Team Foundation services are not available from the server.
Technical information (for administrator):
TF200038: You cannot create a team project with your version of Team Explorer. Contact your system administrator to determine how to upgrade your Team Explorer client to the version compatible with Team Foundation Server.
According to this
article , with Team foundation 2015 you should use at least VS 2015.
If the logic is the same I would say that I cannot use TF2017 with VS 2015.
Can anyone confirm me this or tell me that I'm wrong?
The Team Explorer in Visual Studio is generally compatible with newer versions of Team Foundation Server, but with some exceptions.
You can see the details specified by Microsoft here: Requirements and compatibility. Under Client compatibility they have the following statement:
Only the latest version has "full" compatibility with the latest Team Foundation Server, because this will be the only client that contains components that can interface with new features for that release, and will also be the only client from which you can perform certain administrative tasks such as creating new team projects.
You can however use the web interface for most administration operations.
I am trying to set up Team Foundation Server for my official visual studio projects, and we have set up TFS 2015 - Basic Server setup.
I have been working with Visual Studio 2012 in my development machine and trying to connect to the TFS and add projects to it.
When I go to File -> New Team Project, I got an error saying 'TF0172: You are trying to create a team project either without required permissions or with an older version of Team Explorer. Contact your project administrator to check your permissions or to determine how to upgrade Team Explorer'.
I have admin rights in the TFS server as well as in the development machine so the error machine does not look like it is a permission issue.
So trying to see if VS2012 is compatible with TFS 2015, or is it possible to make both compatible?
I have also updated my Visual Studio 2012 with the update 5.
Creating a team project requires a matching version of Visual Studio. So, to create a team project in TFS 2015, you need Visual Studio (or Team Explorer) 2015.
When I try to create a new project in TFS 2015 from VS 2013 Update 5, getting the error:
TF400324: Team Foundation services are not available from the server.
Technical inforamtion (for administrator):
TF200038: You cannot create a team project with your version of Team Explorer
According to this article on MSDN, you have to install VS 2015 to create a team project in TFS 2015:
You must connect from a client that is at the same version level as TFS. That is, you must connect to TFS 2015 from a version of Visual Studio 2015.
If you don't have a license for your edition of VS for 2015, you can always install Community edition.
This error occurs primarily due to corrupt Team Foundation Server cache.
There are several reasons why the cache can go corrupt
*Abrupt closure of TFS services on your machine
*Multiple versions of TFS (2010/2012/2013) configured on your machine
*Upgrade in the version of TFS at server end, but pending upgrade on client machine
*Corrupted installation of TFS client
Solution – Clearing of cache
Close all instances of Visual Studio
Open Task Manager and check if any TFS Services are running. Select
each of them and click on End Process Tree
Browse to the folder below and delete all the contents and
folders%LocalAppData%\Microsoft\Team Foundation\4.0\Cache
%LocalAppData%\Microsoft\Team Foundation\5.0\Cache
Restart Visual Studio and try triggering build
If you are switching from one version of TFS to another, you may require repeating this solution again.If you are using older version of TFS, you may have to navigate to
%LocalAppData%\Microsoft\Team Foundation\
and find out the version folder instead of navigating directly.
Post clearing of cache, you will be prompted to rebind your solution to TFS.
Don’t worry this would not let go of your local un-checked-in changes.