VB\MathServiceClient.aspx Font Size:
C# Source: CS\MathServiceClient.aspx   CS\MathService.wsdl   CS\MathService.cs   
VB Source: VB\MathServiceClient.aspx   VB\MathService.wsdl   VB\MathService.vb   
JScript Source: JS\MathServiceClient.aspx   JS\MathService.wsdl   JS\MathService.js   
VS.NET: MathService.csproj   MathService.vbproj   

Source Viewer Error: cannot show this file

Either the file does not exist, or your configuration settings for the source viewer do not allow files in this directory to be viewed. To edit the configuration settings, see the web.config file at the root of the quickstart directory. Change the <sourceview> setting to point at the root directory of the quickstart. All files under this directory will be accessible to the source viewer.

<configuration>
  <system.web>
    <sourceview>
      <add key="root" value="c:\Program Files\Microsoft.Net\FrameworkSDK\Samples\Quickstart" />
    </sourceview>
  </system.web>
</configuration>