Partilhar via


Troubleshoot HTML/ASP.NET Spell Checker

If you don't see HTML Spell Checker in Tools menu after the install, try the folllwing:

1. Make sure you are running RTM version of VS, not Release Candidate. Version should be 50727.42.

2. Open command line, go to Program Files\HTML Spell Checker Add-In and run

regsvr32 vsspellchecker.dll

Spell checker is 100% native C++, so it does not depend on the .NET Framework installed. It does depend on version of the ATL and C++ Runtime libraries installed. You may want to log on as Administrator before installing the component since COM registration requires modifying entries under HKEY_CLASSES_ROOT.

Gory details of the registration:

when component is registered, it should show up in the registry under HKEY_CURRENT_USER\Software\Microsoft\Visual Studio\8.0\Addins. There should be a few settings there and class name HTMLSpellChecker.Connect.1 which, it turn, should appear under HKEY_CLASSES_ROOT\HTMLSpellChecker.Connect.1 and HTMLSpellChecker.Connect. The latter contains a GUID that should be present under HKEY_CLASSES_ROOT\CLSID and contain reference to the component dll.

Comments

  • Anonymous
    April 18, 2006
    regsvr32 vsspellcheckER.dll

  • Anonymous
    April 18, 2006
    Thanks. I fixed the post.

  • Anonymous
    April 18, 2006
    Thanks for a great tool! I needed the regsvr32 trick to get it to show up but now it works nicely.

    One suggestion: would it be possible to enable spell-checking of XML files? I write my website files in XML format (passed through XSLT for HTML conversion) and the spell checker menu item doesn't show up for XML files.

    But it seems to me that spell-checking XML files is technically very similar to spell-checking HTML files, so maybe you could just enable the XML extension, too? Or perhaps make the enabled extensions configurable?

  • Anonymous
    April 19, 2006
    I finally finished writing HTML spell checker add-on to Visual Studio. Spell checker works in Source...

  • Anonymous
    April 19, 2006
    Thank you, very handy addin for me :)

  • Anonymous
    April 19, 2006
    I can not register this dll and when i look under registery i dont see any addin folder in 8.0, although I have installed  RTM version of VS  50727.42

  • Anonymous
    April 19, 2006
    The comment has been removed

  • Anonymous
    April 25, 2006
    When I installed it witht he "Everyone" option, it didn't install correctly. I then reinstalled it with the "Just Me" option and it installed correctly. There may be a bug with this.

    Another thing, When I click on the correct spelling in the dropdown list of choices it doesn't change the word in my page. This only occurs with static text content of the page, when I do it with an attribute of an html or asp tag then it works correctly.

    This is a pretty neat addin. Thanks!

  • Anonymous
    April 29, 2007
    I finally finished writing HTML spell checker add-on to Visual Studio. Spell checker works in Source

  • Anonymous
    April 30, 2007
    I finally got around to implementing support for multiple languages in my HTML / ASP.NET spell checker

  • Anonymous
    May 29, 2009
    PingBack from http://paidsurveyshub.info/story.php?title=mikhail-arkhipov-msft-s-weblog-troubleshoot-html-asp-net-spell-checker