We have built a custom application to enable our developers to track
time into TFS work items.  We are using the TFS libraries to make the
connection to the TFS server, essentially:

 

TeamFoundationServer tfs = new
TeamFoundationServer("http://ourTFSserver.ourDomain.com";, new
NetworkCredential("username", "password", "ourADdomain"));

WorkItemStore wistore = new WorkItemStore(tfs);

WorkItem workItem = wistore.GetWorkItem(workItemID);  

 

Our issue is that some developers are offsite and need to go through the
proxy server at that site.  I can't figure out a way to have this TFS
access go through that proxy.

 

Help appreciated.

 

Also, if anyone know why the memory usage of the application jump 50MB
on the "WorkItemStore wistore = new WorkItemStore(tfs);" command and if
this can be reduced, that would also be helpful.

 

Nic.




OzTFS.com - to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject. View the web archives at 
http://www.mail-archive.com/[email protected]/

Powered by mailenable.com, supported by www.readify.net

Reply via email to