If you use the code from the documentation for the app.config or web.config
file, you probably get an exception like "couldn't load
"Abot.Core.ConfigurationSectionHandler" in assembly "Abot".
The solution is to adjust the tag
<section name="abot" type="Abot.Core.ConfigurationSectionHandler, Abot"/>
to
<section name="abot" type="Abot.Core.AbotConfigurationSectionHandler, Abot"/>.
The documentation has to updated accordingly.
Tested with Abot 1.1.1.0, Windows 7 x64.
Original issue reported on code.google.com by e2103...@rmqkr.net on 6 May 2013 at 8:51
Original issue reported on code.google.com by
e2103...@rmqkr.net
on 6 May 2013 at 8:51