Using this tool it is possible to retrieve the subscriptions for a specified user but it is not possible to create new subscriptions for the specified user. Instead the subscription is being create...
TFS currently only supports runing as a 32 bit process the shiping exe is set for anycpu and thus fails to run on 64 bit machines Workaround is to use corflags from .Net sdk to set 32bit only flag
There is a bug in that it trying to register for BuildStatusChangedEvent (note the past tense on Changed) when the actual event is BuildStatusChangeEvent
There is an unhandle NullReferenceException when it is unable to connect to a TFS server. I work on client locations and at our office so there are times when I change around what TFS server to co...
I download the latest release and try and run the executable to be greeted with a "Send this error to Microsoft" standard exception dialog. The details of the exception are: EventType : clr20r3 ...
I was unable to launch the application, when I dig a little further, I noticed this error : "An unhandled exception of type 'Microsoft.TeamFoundation.TeamFoundationServerUnauthorizedException' oc...
Currently the software uses the the Environmenr User Domain and User Name and expects authentication by this user name only. Many times a user will connect to additional TFS servers in other domain...
It is not possible to create a new subscription leaving the XPath Expression field empty. This field is not mandatory and it should be optional.
In Mainform.cs function Showsubscription should be like this private void ShowSubscriptions() { Shared.ConnectServer(serverListComboBox.Text); subscription...