Showing category results for Uncategorized

Jan 19, 2005
Post comments count2
Post likes count0

How to use shelving from the command line

Buck Hodges

Shelving is a really useful feature that was included for the first time with the Dec. CTP.  Shelving allows you to save your changes to a shelveset on the server.  The shelveset consists of the same kind of information that a checkin does, except that you aren't checking in.  You don't create a new changeset.  Rather, you creat...

Team Foundation ServerSource Control
Jan 18, 2005
Post comments count0
Post likes count0

Problems with large files and the Dec. CTP in Team Foundation Version Control

Buck Hodges

If you try, as one person in the Team Foundation newsgroup did, to checkin large files (>200 MB or so), you will reach a point where it fails with a message like "there is not enough storage to complete this command."  That is due to the fact that the Dec. CTP uses the MSPatch library to compress files for upload.  The working set...

Team Foundation ServerSource Control
Jan 6, 2005
Post comments count0
Post likes count0

Checkin policies and the December CTP

Buck Hodges

Problem with CleanBuildPolicy in the December CTPWhen you try to configure a new checkin policy, you will get an error regarding the CleanBuildPolicy.  That policy has a problem due to it or one of its dependencies not being properly signed.  You can work around the problem by removing it from the registry by deleting the following key.&n...

Team Foundation ServerSource Control
Dec 30, 2004
Post comments count0
Post likes count0

December CTP is available!

Buck Hodges

Since my last post ages ago was about a CTP release, I'll start back up again with a post to point to the December CTP.  This one is definitely an improvement over the last one, though it is clear we still have a ways to go.You may want to check out the newsgroups for VSTS.  There are a number of people there who post information based on...

Team Foundation ServerSource Control
Sep 1, 2004
Post comments count0
Post likes count0

VSTS CTP release, including the Team Foundation portion this time

Buck Hodges

If you have access to the MSDN downloads or can get a hold of one the DVDs, you can now try out Hatteras and the rest of the Team Foundation along with the rest of Team System.  You'll need several machines to install the CTP release of Team System included in the VS2005 Beta 1 Refresh.This release is very close to what we use everyday.&n...

Team Foundation ServerSource Control
Aug 13, 2004
Post comments count0
Post likes count0

Handling HTTP response codes in SOAP proxies

Buck Hodges

Continuing with the last post on authentication issues with wsdl.exe-generated SOAP proxies, you may need to handle HTTP status codes to provide custom exceptions.  To do this, the SoapHttpClientProtocol class (actually its parent HttpWebClientProtocol) provides a pair of GetWebResponse() methods for derived classes to override. ...

C#
Aug 10, 2004
Post comments count0
Post likes count0

More on working with SOAP proxies

Buck Hodges

In my last post on authentication and SOAP proxies, I mentioned setting the Credentials property on the wsdl.exe-generated proxy object.  Another way to do it and do other things is to override the GetWebRequest() method. In the following example, the culture is set in the standard HTTP header to tell the server what culture to use for any for...

C#
Aug 9, 2004
Post comments count0
Post likes count0

Windows XP SP2

Buck Hodges

So while the main distribution is by Windows Update, you can get SP2 as one large (266MB) download from the Microsoft Download Center.  The download page urges users to turn on Windows Update and wait if only updating one machine, because the typical amount downloaded by the smart downloader is about 80 MB.  If you have a n...

Random
Aug 9, 2004
Post comments count0
Post likes count0

So what runs on Virtual PC 2004?

Buck Hodges

I was reading an article comparing Virtual PC 2004 and VMWare 4.5, and they mentioned a link to a site called “What Works and What Doesn't in Microsoft Virtual PC 2004.”  The site currently lists 622 entries.

Random