Search This Blog

Tuesday, October 9, 2012

Error occurred in deployment step 'Recycle IIS Application Pool': Provider load failure

This is a windows service-related issue. Either a service has been stopped, disabled due to error or is otherwise in a faulted state. If any of the following PowerShell commands fail check if any of the services have been disabled via the service manager.

restart-service sptimerv4
restart-service spusercodev4
restart-service spadminv4
restart-service TrustedInstaller
restart-service Winmgmt -force

or iisreset /noforce worked without requiring Visual Studio restart

SiteMapNode target="_blank" I want some of my menu choices to open
up in a page in a new window ie _blank as target. How do I do


Example:
(Will not work)<sitemapnode url="http://www.google.com" title="Google" target="_blank">

(WORKS!)<sitemapnode url="javascript:var w=window.open('http://www.google.com','google');" title="Google" />

 

No comments:

Post a Comment