Thursday, July 26, 2007
« Overriding the Text property in a Window... | Main | Using XML to store object graphs into SQ... »

Visual Studio 2008 Beta 2, along with Microsoft .NET 3.5 Beta 2, is available for download. Here's Soma's official announcement.

I find that downloading such huge sets of files requires a bit of help. My recommendation: Free Download Manager. This tool is awesome - indispensable in fact - if you do any downloads beyond small text files :) It does queued downloads, resumed downloads and throttling. Perhaps best of all, it does multi-threaded downloads, so it maximizes the use of your bandwidth when running at full throttle.

Update: Apparently there are some things you must do/fix before using VS 2008!! Read ScottGu's blog post about it!

Update 2: According to Juval Lowy, the svcutil.exe program in Beta 2 is broken. A workaround is to copy an older (Beta 1?) version of svcutil.exe over the top of the Beta 2 version.  Instead, Justin Smith says that you need to run "sn.exe -Vr svcutil.exe" - apparently then you don't need to copy an older verison over the new one.


Friday, August 03, 2007 2:07:01 PM (Central Standard Time, UTC-06:00)
It should be noted that I had to run the "sn.exe -Vr svcutil.exe" command from the location that contains both sn.exe and svcutil.exe, which on my computer was here: C:\Program Files\Microsoft SDKs\Windows\V6.0A\Bin
David Yates
Monday, September 17, 2007 12:40:12 AM (Central Standard Time, UTC-06:00)
When I tried running "sn.exe -Vr svcutil.exe" I got this error "Failed to open metadata scope on svcutil.exe -- No metadata was found." Any hint what's the problem?

Thanks,
Pavan
Comments are closed.