Thursday, December 16, 2010

Error occured in deployment step 'Recycle IIS Application Pool': Invalid namespace



solution :
The solution was to: open the Turn Windows on or off menu in the Control Panel (under Programs), and enable WMI compatibility. The path to the feature is:


Internet Information Services -> Web Management Tools -> IIS 6 Management Compatibility -> IIS 6 WMI Compatibility

Friday, December 10, 2010

Site Logo Not Changing on Web Part Pages

I tested and reproduced your issue in my local machine.
Since the Web Part Pages would override the content in PlaceHolderPageTitleInTitleArea place holder, the site logo would not change automatically.
So would you please try remove or comment the following control TitleBarWebPart:


See the similar scenario and solution:
http://emanonsolutions.blogspot.com/2010/02/left-navigation-webpart-pages.html

Hope this can help.