Categories: Blog

.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:WindowsMicrosoft.NetFrameworkv2.0.50727”
-d “C:Program FilesReference AssembliesMicrosoftFrameworkv3.5”

The following command line is for 64-bit:

NetMassDownloader.exe -d “C:WindowsMicrosoft.NetFrameworkv2.0.50727”
-d “C:WindowsMicrosoft.NetFramework64v2.0.50727”
-d “C:Program FilesReference AssembliesMicrosoftFrameworkv3.5”
-d “C:Program Files (x86)Reference AssembliesMicrosoftFrameworkv3.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.

John Robbins

Recent Posts

8-Step AWS to Microsoft Azure Migration Strategy

Microsoft Azure and Amazon Web Services (AWS) are two of the most popular cloud platforms.…

21 hours ago

How to Navigate Azure Governance

 Cloud management is difficult to do manually, especially if you work with multiple cloud…

1 week ago

Why Azure’s Scalability is Your Key to Business Growth & Efficiency

Azure’s scalable infrastructure is often cited as one of the primary reasons why it's the…

3 weeks ago

Unlocking the Power of AI in your Software Development Life Cycle (SDLC)

https://www.youtube.com/watch?v=wDzCN0d8SeA Watch our "Unlocking the Power of AI in your Software Development Life Cycle (SDLC)"…

1 month ago

The Role of FinOps in Accelerating Business Innovation

FinOps is a strategic approach to managing cloud costs. It combines financial management best practices…

1 month ago

Azure Kubernetes Security Best Practices

Using Kubernetes with Azure combines the power of Kubernetes container orchestration and the cloud capabilities…

2 months ago