Microsoft KB Archive/250334: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - """ to """)
 
Line 80: Line 80:
# Select '''Start''' and then click '''Run'''. Type <span class="kbd userinput"> Regsvr32</span>.
# Select '''Start''' and then click '''Run'''. Type <span class="kbd userinput"> Regsvr32</span>.
# Click and hold on the file '''Vshelp.dll''' found in the search and drag it into the '''Run''' box immediately following '''Regsvr32'''. Click '''OK'''.
# Click and hold on the file '''Vshelp.dll''' found in the search and drag it into the '''Run''' box immediately following '''Regsvr32'''. Click '''OK'''.
# The system should return a &quot;registered successfully&quot; message. Click '''OK'''.
# The system should return a "registered successfully" message. Click '''OK'''.
# Close both windows.
# Close both windows.
# Open a Visual Studio program and test Help.
# Open a Visual Studio program and test Help.
Line 100: Line 100:
=== Steps to Reproduce the Behavior ===
=== Steps to Reproduce the Behavior ===


Unregister Vshelp.dll using &quot;regsvr32 /U VSHELP.DLL&quot;.
Unregister Vshelp.dll using "regsvr32 /U VSHELP.DLL".


</div>
</div>
Line 115: Line 115:
<div class="indent">
<div class="indent">


[[../251147|251147]] PRB: &quot;Unable to Display Help&quot; or &quot;No Help Available&quot; Error Messages for ADO from Within Visual Basic
[[../251147|251147]] PRB: "Unable to Display Help" or "No Help Available" Error Messages for ADO from Within Visual Basic





Latest revision as of 13:51, 21 July 2020

Article ID: 250334

Article Last Modified on 8/15/2005



APPLIES TO

  • MSDN 2003 Universal Edition
  • Microsoft Visual Studio 6.0 Enterprise Edition
  • Microsoft Visual Studio 6.0 Service Pack 1
  • Microsoft Visual Basic 6.0 Learning Edition
  • Microsoft Visual Basic 6.0 Professional Edition
  • Microsoft Visual Basic 6.0 Enterprise Edition
  • Microsoft Visual C++ 6.0 Enterprise Edition
  • Microsoft Visual C++ 6.0 Professional Edition
  • Microsoft Visual C++ 6.0 Standard Edition
  • Microsoft Visual Studio 6.0 Professional Edition
  • Microsoft Visual J++ 6.0 Standard Edition
  • Microsoft Visual SourceSafe 6.0 Standard Edition
  • Microsoft Visual InterDev 6.0 Standard Edition
  • Microsoft Visual FoxPro 6.0 Professional Edition



This article was previously published under Q250334

SYMPTOMS

When you try to access MSDN Library Help from within Visual Studio programs using F1 or the Help menu, the following error message appears:

unable to display help

CAUSE

Vshelp.dll is not registered or is not correctly registered with the operating system.

RESOLUTION

To resolve this problem, run Regsvr32 to register Vshelp.dll:

  1. Search for Vshelp.dll.
  2. Select Start and then click Run. Type Regsvr32.
  3. Click and hold on the file Vshelp.dll found in the search and drag it into the Run box immediately following Regsvr32. Click OK.
  4. The system should return a "registered successfully" message. Click OK.
  5. Close both windows.
  6. Open a Visual Studio program and test Help.


STATUS

This behavior is by design.

MORE INFORMATION

This condition may occur after uninstalling the MSDN Library and reinstalling it to a new location.

Steps to Reproduce the Behavior

Unregister Vshelp.dll using "regsvr32 /U VSHELP.DLL".

REFERENCES

216109 HOWTO: Troubleshoot MSDN Library Run-Time/Install/Uninstall


251147 PRB: "Unable to Display Help" or "No Help Available" Error Messages for ADO from Within Visual Basic



Additional query words: sp4 VSNET VS .NET

Keywords: kbprb KB250334