me want to development Windows phone App
me want create bookmarks .
plz if any one have cord of bookmarks plz send me
Hi there,
I am having a sudden issue with TFS - when I access through web client I am being prompted for credientials.
When I access via Visual Studio - I am getting the following:
"The server returned the following error: The request failed with HTTP status 400: Invalid Header received from Client"
This is only an issue from 1 particular client.
Reboots done on both Client and Server
Thanks!
Keith
I get this error message when trying to connect to TFS from any VS (2010,2012,2013) on my computer. This happened suddenly while I was working. I can connect to TFS using other computers at the office. I tried the following
Nothing worked.
I checked the following
As I said I can connect without problems with my account on TFS.
Any ideas?
Since we installed most recent Windows Update patches, TFS performance has been very slow. The w3wp process is much higher than it used to be. We see the following messages in the Application Event Viewer every minute or so but not sure why this is happening.
Event 9011
The application is beginning to shutdown.The application is being shutdown for the following reason: ConfigurationChange
Application Domain: /LM/W3SVC/2/ROOT/tfs-2-130753972266714252
Event 9002
The application is being shutdown for the following reason: ConfigurationChange
Application Domain: /LM/W3SVC/2/ROOT/tfs-2-130753972266714252
Event 9001
Application Request Processing Started
Server Version = Microsoft.TeamFoundation.Framework.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Service Account = ADSDELTEKCOM\TFSSERVICE
Machine Name = ASHWSP10VS
Product ID = 06205-004-0470003-02392
License Edition = PID_RANGE_MSDN
Application Domain: /LM/W3SVC/2/ROOT/tfs-3-130753972399983644
We are using TFS 2013 build with Git repository. For continuous integration builds I want to exlude/cloak specific folders in the Git repository. It is a simple task if the build definition is monitoring a named single branch (e.g. /refs/heads/develop branch). However, we are using Git Flow for branch management and our build definition is monitoring all/any branch(es) in the Git repository.
In short the question is, when a build definition is monitoring all branches under a Git repository, is there a way (wildcard options) to exclude a folder from the monitoring list? I would like to exlude the 'BuildProcessTemplates' folder from the monitoring list that lives under the Git repository.
The image below shows Source Settings section of the build definition where the build definition is monitoring all the branches under the Git repository.
Hi,
Am getting error 'The type initializer for 'Microsoft.DataTransformationServices.Project.SharedIcons' threw an exception.' while trying to open a TFS solution that also has SSIS project in it. I have SQL Server 2012 SP1 installed (version is 11.0.3487.0) and I installed cumulative update 15 too.
Please help me resolve the issue.
Nirav
I have configured my build configuration like below. I want to exclude sample folder from build. because I set cloaked for that.
Status Source Control Folder Build Agent Folder
Active $/project111/Dev/Source/Product111_UI $(SourceDir)
Cloaked $/project111/Dev/Source/Product111_UI/kendoUI/Modules/Sample
but while queue new build it is giving below error. I am missing any thing ?. please provide any solution for cloaked the particular folder.
Hello,
I have a default workspace already created when setting up solution in VS 2012.
Part of the folder structure contains SSRS reports which needs to be opened in VS 2008.
I am using TFS 2012.
Folder structure:
D:\TFS\Products\ - current workspace mapping
D:\TFS\Products\Portal\Portal.sln - this is the solution I open in VS 2012
D:\TFS\Products\Reports\Reports.sln - this is the solution I want to open in VS 2008
I am facing workspace related issues while trying to open SSRS report solution in VS 2008 - When I load Visual Studio 2008, I get this error -
Team Foundation Error - The workspace xxx;myname already exists on computer xxx.
I click OK for above error and get similar error when trying to access the report solution using
File -> 'Open from Source Control'.
Why I am not able to open the report solution in VS 2008 from existing workspace?
Please guide.
Is it correct to assume that the contents the users check into TFS, and the attachments the users attach to Work Items, are saved internally within TFS in some compressed manner, so to save up disk space ? For example, if one attaches a 10Mb .docx file to a work item and saves it to TFS, is it saved internally in the TFS SQL Server in some efficient compressed manner ?
Thanks
Russ Penman
Hi ,
I am having tabular format of an SSRS Report , but for description column it is including extra line feeds to every line of an description (which is not in Work item description ) .
Please let me know how to remove extra line feeds which i am getting in SSRS Report .
Thanks & Regards
We use microsoft snipping tool to capture a squared area of the screen, and save it from there as .jpg file.
Then we use the Insert Image Button within the "Steps to Retroduce" pane of the bug work item, to insert the saved image into the pane. The image appears there but sometimes when this is done, the outcome is a real tiny image rather than a clear large enough image, hence we resize it using the resize arrows available when one clicks there on the image.
However, the resized image in some cases, gets blurred / smeared, especially when it appears tiny. We repeated the steps with another captured square, with similar size (pixels height and length), and as described above sometimes it becomes ok and sometimes not.
We can of course attach the photos in the attachment pane but we'd rather place them directly into the relevant details pane.
Can u please advise ? Thanks
I have one project this project I need to publish on codeplex. but before the I need to publish the code in my private TFS also.
so if there is any option I can manage my code sync with both codeplex and TFS.
for example if I do the check-in it should check-in my code to my private TFS as well as in codeplex also.
Ravin Singh D
1. Is there any API/method that could tell whether email setting /alerts are configured on TFS server or not. I tried to use below methods but returning null on client side as such registry key does not exists on client.
regSvc.GetValue(@"/Service/Integration/Settings/SmtpServer");
regSvc.GetValue(@"/Service/Integration/Settings/EmailNotificationFromAddress");
2. I want to retrieve valid TFS users along with their mail address ;if it is set. But it is returning null even if it is set.
TeamFoundationIdentity _usersGroup = gss.ReadIdentity(IdentitySearchFactor.AccountName, "Team Foundation Valid Users", MembershipQuery.Expanded, ReadIdentityOptions.IncludeReadFromSource);
TeamFoundationIdentity[] _groupMembers = gss.ReadIdentities(_usersGroup.Members, MembershipQuery.None, ReadIdentityOptions.None);
foreach (TeamFoundationIdentity _member in _groupMembers)
{
string _mailAddress = _member.GetAttribute("Mail", null);
}
How could I retrieve users email id through this API.
3. I have to retrieve all valid TFS users list. I am using "Team Foundation Valid Users" server level group. But in some scenario this is group not accessible/retrieved; still trying to find out why. However this group exists on server. Any suggestion what issue it could be. I have tried admin credentials too or Should I use any other group for retrieving all valid TFS users.
Asif Sharif President eDev Technologies
We try to make publish .net project from tfs. VS2012 and TFS2012 are installed on the same computer for testing so far. We use TFS Express for testing.
Issue is the empty publishing folder, although building of the project is successfully without errors. If I launch MSBuild manually from cmd with parameters /t:Publish /p:Configuration=Release /p:PublishDir=\\server\Reports\Publish\, then all ok. But if I use tfs-building with DefaultTemplate.xaml with same parameters in Advanced setting, then building is successful, but publishing folder is empty.
How to I can resolve this problem? Thanks
Hi
I have a new windows 2012 server with SQL server 2014 latest update installed.
I installed TFS 2012 update 4 and tried to do a basic configuration using startup wizard.
But i am getting error on data tier.
"TF255145: TEam foundation server requires SQL Server 2008 R2 (10.50.1600) or greater. The SQL
server instance xxxxxx you supplied is version 12.0.2495.0."
I have greater version of sql server than the prerequestic, How can I fix this issue.
Any Help?
Thanks
Ganesh
Hi,
I would like to know who changed which permissions and when did the change in permissions take place for a given project.
I have come across the query
select
*fromDefault_Project_Collection.dbo.tbl_Commandwith(nolock)whereuseragentLIKE'Team Foundation (witadmin.exe%'..
However, I would like to know the details of change(which user and what permissions and project )are changed.
I also looked at
<project collectionurl>/_oi/_diagnostics/activityLog and found the jobs ids and application a nd commands -- but iwant to know the details of change
Can you please help
Thank you.
Su
Hi Folks,
I have project using the CMMI Agile process template. We have two 'areas' for development which are general and special - development in each area runs in parallel.
I have set the project as 'backlog iteration for this team' and I can create iterations under General and Special (iteration 1, 2, 3 etc.). Each iteration has the same dates specified as its counterpart (general/special).
The issue that I have is that it randomly sets one of them to be current and one to be future. Both of the general and special iterations should be displayed as 'Current'.
Does anyone know how I can get both iterations (in this case General/iteration 1 and Special/Iteration 1) to appear as current.
Vijesh Ollithodi