NET Beta 2 - Samples Files Accessibility | CodeGuru

NET Beta 2 – Samples Files Accessibility

Environment: .NET Beta 2 After a successful .NET installation, you are probably frustrated that Visual Studio .NET can’t access samples files from the help. When you select a sample file from the help, Visual Studio .NET requests the CD3 but if you take a look on the CD’s, you will quickly notice that the samples […]

Written By
CodeGuru Staff
CodeGuru Staff
Oct 1, 2002
2 minute read
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More

Environment: .NET Beta 2

After a successful .NET installation, you are probably frustrated
that Visual Studio .NET can’t access samples files from the help.

When you select a sample file from the help, Visual Studio .NET requests the CD3 but if you take a look on the CD’s, you will quickly notice that the samples files are located on the CD1. Replacing the CD3 from the CD1 doesn’t solve the problem because VS .NET always requests CD3! If you copy the samples to another drive, you can’t change the drive letter that VS .NET use also if you have a browse button to change it.

The solution to work around this problem is to use the old SUBST command to substitute the drive from where the .NET installation was made to another drive where you copy the samples files. The problem is that you can’t substitute the CD letter because the CD already uses it.
The solution is to change the CD letter with a free drive letter and do
the substitution after. Sometime other application refers to the CD drive letter and it isn’t possible to change it.

The best solution is

  • Assign the CD drive letter before installing .NET for example “X:”
  • Install .NET with this CD drive letter
  • Copy X:Samples to C: from CD1
  • Copy X:Program FilesMicrosoft Visual Studio.NETmsdn to C: from CD2 and CD3
  • Add a batch file to the start-up folder with “SUBST V: C:”
  • Assign the CD drive letter back to another drive (for example “D:”)

.NET help and samples is about 1.5GB!

CodeGuru Logo

CodeGuru covers topics related to Microsoft-related software development, mobile development, database management, and web application programming. In addition to tutorials and how-tos that teach programmers how to code in Microsoft-related languages and frameworks like C# and .Net, we also publish articles on software development tools, the latest in developer news, and advice for project managers. Cloud services such as Microsoft Azure and database options including SQL Server and MSSQL are also frequently covered.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.