Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p><strong>Problem:</strong> <BR> Signed Applications/dlls load slowly in Vista. Visual Studio IDE 'Hangs' on offline/non-internet-connected workstations. Without internet connectivity the certificate revocation check times out and causes applications to hang. When debugging/stepping through code dlls are loaded as needed and this is when the revocation check is attempted and the VS IDE becomes unresponsive.</p> <p><strong>What this effects:</strong> <BR> This effects all signed applications/dlls and is also the reason for Microsoft Word/Excel taking so long to open a simple document. Office applications, SQL Management Studio, Visual Studio, Web Applications that use a certificate.</p> <p><strong>Fix:</strong><BR> Disable checking of Publisher's Certificate Revocation</p> <p>Via IE: <BR></p> <ol> <li>Go to Internet Options in IE 7</li> <li>Then go to the Security Tab, scroll towards the bottom</li> <li>Uncheck the 'Check for Publisher's Certificate Revocation' checkbox</li> <li>Click OK </li> </ol> <p>Via the registry: <BR></p> <ol> <li>Open regedit</li> <li>Browse to the following key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\WinTrust\Trust Providers\Software Publishing <BR></li> <li>To disable the check: Change the value of the State key to 146944 Decimal or 0x00023e00 Hexadecimal <BR> To re-enable the check: Change the value of the State key to 146432 Decimal or 0x00023c00 Hexadecimal <BR></li> </ol> <p><strong>Alternate Fix:</strong> <BR> Disable the Visual Studio Hosting Process:</p> <ol> <li>Open a project in Visual Studio.</li> <li>On the Project menu, click Properties.</li> <li>Click the Debug tab.</li> <li>Clear the Enable the Visual Studio hosting process check box.</li> </ol> <p>Note: The Alternate Fix causes the loss of some debugging functionality.</p> <p>Background: <BR> <a href="http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=343014" rel="nofollow noreferrer">Microsoft Connect Report</a> </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload