3.5 SP1 RTM WCF Source Code Available

 

Late in the summer we have released WCF sources publically in the reference source . You can now browse and debug WCF source code through Visual Studio. We are working to get the WF in reference source later this year. I will provide an update when WF is also available.

 Please note that this is version-dependent and we currently support this for 3.5 SP1 RTM only. Any support QFE or GDR upgrades for the assemblies aren't currently part of the package. New updates will be available in future. Here are the options to browse or debug thorugh WCF sources:

Option 1 – Install & Local Debugging

  1. Download Reference Source Code Center.
    Install Reference Source WCF MSI in your local machine say under: 'C:\ReferenceSource'.
  2. Launch Visual Studio 2008.
  3. From the Tools menu, choose Options.
  4. In the Options dialog box, open the Debugging node and select General
    • Uncheck "Enable Just My Code (Managed only)"
    • Check "Enable source server support"
    • Uncheck "Require source files to exactly match the original version"
  5. Select Symbols under Debugging.
  6. In the Symbol File Locations box, validate the location where the installed symbol files (.pdb) are present. If not, then add originally downloaded symbols location: C:\ReferenceSource\Symbols
  7. Build you app, set breakpoints and F5 to debug..

Option 2 - Remote Debugging

You will need to make sure that the version of the framework is 3.5 SP1 RTM (no GDR update for now) as the project assemblies' versions and symbols must match. With this option you can debug and step through WCF framework code remotly through the reference source server.

Reference instructions under: https://referencesource.microsoft.com/serversetup.aspx

( Same as above, just set your .pdb location to: https://referencesource.microsoft.com/symbols )