Welcome to Kodyaz Development Resources Sign in | Join | Help
<February 2008>
SuMoTuWeThFrSa
272829303112
3456789
10111213141516
17181920212223
2425262728291
2345678

Navigation

Syndication

.NET Mass Downloader 1.1 Released

The feedback and downloads for .Net Mass Downloader have been quite pleasing! Kerem and I just went through and fixed all the reported bugs so the 1.1 release is better than ever. The big fixes were that we now properly handle paths with spaces in them (see what happens when you have two old DOS guys doing a project!), and if you had trouble behind a proxy server, you shouldn't any more. As always, let us know if you find any problems or have feature requests.

Just as a reminder, to download all the parts of the .NET Reference Source Code that Microsoft has released thus far, use the following command line (one line) on 32-bit:

NetMassDownloader.exe -d "C:\Windows\Microsoft.Net\Framework\v2.0.50727"
-d "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5"

The following command line is for 64-bit:

NetMassDownloader.exe -d "C:\Windows\Microsoft.Net\Framework\v2.0.50727"
-d "C:\Windows\Microsoft.Net\Framework64\v2.0.50727"
-d "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5"
-d "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5"

In the 64-bit example, Net Mass Downloader will do the right thing and only download the PDB files once if the same binaries are in different directories.

Of course, with both command lines, if you want to use the source with Visual Studio 2005 or even CodeGear's RAD Studio for you Delphi .NET fans, specify the –output option for the output directory. Follow the directions in the announcement post.

Just so you're not surprised, because we bumped up the version number of Net Mass Downloader, you will see the EULA prompt again.

Published Friday, February 08, 2008 4:13 AM by keremkusmezer

Comments

# re: .NET Mass Downloader 1.1 Released @ Wednesday, February 20, 2008 8:31 PM

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.VisualBasic.Compatibility.Data.dll
File not on symbol server: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.VisualBasic.Compatibility.Data.dll
Downloading PDB and source files for:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.VisualBasic.Compatibility.dll
File not on symbol server: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.VisualBasic.Compatibility.dll
Downloading PDB and source files for:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.VisualBasic.dll
----------------------------------
FileDownload Result
----------------------------------
FileCount : 1/84
FileName  : ApplicationBase.vb
Directory : d:\netsourcecode\redbits\vb\runtime\msvbalib\ApplicationServices
----------------------------------
FileDownload Result
----------------------------------


above is a part of log:

what means?
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.VisualBasic.Compatibility.dll
File not on symbol server:

Microsoft.VisualBasic.Compatibility.dll
can not be downloaded.

but other can.

if possible,can u tell me more info.

u are great,3Q!

poweroff

# http://wintellect.com/cs/blogs/jrobbins/archive/2008/02/06/download-all-the-net-reference-source-code-at-once-with-net-mass-downloader.aspx @ Tuesday, February 26, 2008 11:59 AM

keremkusmezer

Anonymous comments are disabled
Powered by Community Server, by Telligent Systems