Wednesday, February 25, 2009

Unrecognized attribute 'xmlns'.

If you ever the the error message “Unrecognized attribute 'xmlns'.” appear in the browser.

image

the reason is because the .NET framework is set to version 1.1 and not 2.0.  To fix this open IIS and right click the virtual directory, in this case CSSSearch and select Properties from the menu.

image

Click the ASP.NET tab and change the ASP.NET version to 2.0.

image

Click OK and that should be it.