If you’ve used the Help content in the MSDN Library using Lightweight view, you’re probably familiar with the tabbed code block interface. These tabbed code blocks enable you to easily switch between code examples in various programming languages by clicking on the appropriate tab.

TabbedCodeBlocks

We got feedback from some customers that they were unable to switch from one language to another, even though they had enabled cookies in the internet browser.  The issue was identified and a fix was just released.

Tabbed code blocks require cookies in order to function correctly. If you’re still unable to switch between code tabs, you need to make sure you have cookies enabled in your browser; or you can add www.microsoft.com  to the exception list if you don’t want to enable cookies everywhere.

To add Microsoft.com to the list of managed sites In IE8

1. On the Tools menu, click Internet Options

2. On the Privacy tab, click Sites.

clip_image002

3. Add www.microsoft.com to the Per Site Privacy Actions dialog box, click Allow, and then click OK.

clip_image004

4. Click OK in the Internet Options dialog box to close it.

 

To add Microsoft.com to the Exceptions List In Firefox

1. On the Tools menu, click Options.

2. Click the Privacy tab, and then click the Exceptions button.

clip_image006

3. Add www.microsoft.com to the address box, and then click Allow.

clip_image008

4. Click Close to close the Exceptions – Cookies dialog box; then click OK to close the Options dialog box.

Now you can change code the tabbed code blocks of any topic in MSDN.

 

--Kathleen