abhishekbhalani / abot

Automatically exported from code.google.com/p/abot
Apache License 2.0
1 stars 0 forks source link

Update documentation for Abot.Core.ConfigurationSectionHandler #103

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Thank you for bringing this to my attention. The documentation has been updated.

Original comment by sjdir...@gmail.com on 6 May 2013 at 3:26