This is a migrated thread and some comments may be shown as answers.

[Solved] Resolving web.config error DLL not registered, happen to me with SpellCheckHandler in IIS7

2 Answers 140 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Martin
Top achievements
Rank 1
Martin asked on 08 Mar 2010, 04:56 PM
I just want to share my solution. In IIS7 if you are utilizing integrated mode, you might get an error that SpellCheckHandler is not registered in web.config.
If IIS is uzing integrated mode then the handlers have to be defined under

<

 

system.webServer>

 


<

 

handlers>

 


<

 

add name="SpellCheckHandler_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler, Telerik.Web.UI" />

 



2 Answers, 1 is accepted

Sort by
0
Montane Hamilton
Top achievements
Rank 1
answered on 09 Mar 2010, 04:10 AM
Perfect, smart tags not working in VS 2010 and I was having the same problem! Thanks
0
Rumen
Telerik team
answered on 11 Mar 2010, 10:58 AM
Hi guys,

This help article could be helpful as well: Registering the HttpHandlers on Windows Vista IIS 7 Integrated mode.


Greetings,
Rumen
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Editor
Asked by
Martin
Top achievements
Rank 1
Answers by
Montane Hamilton
Top achievements
Rank 1
Rumen
Telerik team
Share this question
or