index > Visual Studio Team System - General > with http connection added forms in VB 2005 don't get added to so...

with http connection added forms in VB 2005 don't get added to so...


One of our developers is using http to connect to TFS. When he adds new forms to his project they don't get automatically added to his source control project, nor is there any right click menu item to add it. If we try to drag one of the new files from file explorer, the hour glass goes on for a while, but nothing happens and file is not added to source control. Are we doing something wrong or is this a know bug?




Scot S. Morgan
ssmorgan
I suppouse you are talking about HTTP connections on different locations, have you evaluated the possiblity of installing TFS Source control Proxy?


Luis Fraile - MCSD.NET - http://luisfraile.spaces.live.com/
Luis Fraile

We have developer who is a not a US citizen, so our corporate security requirements, require him to work outside our firewall, which necessitates his using http to connect to our TeamServer project. Out of the box VSTS is supposed to support http connections. We are just finding that it seems to be a bit flakey and tempermental, particularily when new items are created in his project.

I do not know what SourceControlProxy is, nor do I see any documentation about it.




Scot S. Morgan
ssmorgan
Team Foundation Server SP1 beta seems to suggest that there have been some major improvements for http connections. Perhaps I need to install SP1 beta to make this work more reliably.


Scot S. Morgan
ssmorgan

First of all I would activate tracing for Source Control operations, you can do this editing the Program Files\Microsoft Visual Studio 8\Common7\IDE\devenv.exe.config file before the closing </configuration> tag, and add the following:

<appSettings>
<add key="VersionControl.EnableSoapTracing" value="false" />
</appSettings>

<system.diagnostics>
<switches>
<add name="TeamFoundationSoapProxy" value="4" />
<add name="VersionControl" value="4" />
</switches>
<trace autoflush="true" indentsize="3">
<listeners>
<add name="myListener"
type="Microsoft.TeamFoundation.TeamFoundationTextWriterTraceListener,Microsoft.TeamFoundation.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
initializeData="c:\traceTFS.log" />
</listeners>
</trace>
</system.diagnostics>

After this, restart Visual Studio, and try the sam actions again and search for web requests in the trace for for checkout ,"PendChange" calls and Checkin.

Anyway, yes there has been improvements in SP1, maybe that helps

Source Control Proxy, only has sense in distributed scenarios, you can take a look for info about it in MSDN and the documentation of Team Foundation Server.

I put here also a link about accesing TFS remotely which maybe can help http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=264691&SiteID=1




Luis Fraile - MCSD.NET - http://luisfraile.spaces.live.com/
Luis Fraile
reply 5

You can use google to search for other answers

 

More Articles

TFS VPC password not working
Date of Birth Validation
forward Engineering - Can't locate the UML>code when in Visio
Team System installation and setup cost
Install Problem
Document ,reports Folder in team Explorer Blocked
What was about Extensibility Toolkit?
180 day Trial Download
Team Foundation Server RC Feb 7th ...
Using Beta 3 Team Foundation Server with VS.2005
Welcome to Bokebb   New Update   Joins the collection  
 

New Articles

deployment of the .NET 2.0 Beta2 Framework
Extraneous Visual Source Safe?
Migrating from .net 1.1 to 2.0 with VSTS
Team System and Windows Domain
Print Spooler won't start
Team System ....Is it for my Orginizatio…
How do we customize or add a new check-i…
Im missing the solution node in solution…
Beta2: Cannot create a Team Project
Test case tracking and management simila…
How do I add a solution to a workspace f…
Continuous Code Integration supported by…
Unable to build VS Pro project in VSTS
Printer Spooler Stops frequently
When will Team Foundation Server Ship?

Hot Articles

VS team edition for BI professionals
What's new in June CTP of VS 2005?
VSTS over VS2005 Release
Team Suite release date? Simple installe…
Visual Studio 2005 Team Suite
Visual Studio/VSTS and starting a build
Assign work items to the change set afte…
Is there a kind of Validation Tool for P…
Why does your toolbar reset when you ins…
SharePoint Portal Server
Web Deployment Projects, WAP, and Releas…
how to use microsoft.visualbasic dll ver…
Help creating a team project
Visual Studio RC1 + Foundation Server Be…
how to get Visual Studio 2005 Team Edit…

Recommend Articles

difference between vs2005 and vs2005 Team
Setup project build failing
Should I get this (VSTS)?
TFS Check in
Migration from Product Studio to TFS
Newbie Questions
Distributed story board with TFS - does …
GAC and a team enviroment
Error while running VSTS
Ok - I can't create a new project :-)
How many developers are licensed to use …
Team Suite release date? Simple installe…
I've lost access to my shared folders
Checkin Policies Included in VS Team Fou…
please help