G
Guest
I took the code from here and tweaked it to our needs. One of the methods is
erroring out throwing an exception and I'm not sure why:
object IConfigurationSectionHandler.Create(object parent, object
configContext, XmlNode section)
{
throw new Exception("The method or operation is not
implemented.");
}
When I run all my code, the exception above is thrown.
My code:
http://www.webfound.net/forum_posts/method_not_implemented_error.JPG
http://www.webfound.net/forum_posts/method_not_implemented_error.txt
erroring out throwing an exception and I'm not sure why:
object IConfigurationSectionHandler.Create(object parent, object
configContext, XmlNode section)
{
throw new Exception("The method or operation is not
implemented.");
}
When I run all my code, the exception above is thrown.
My code:
http://www.webfound.net/forum_posts/method_not_implemented_error.JPG
http://www.webfound.net/forum_posts/method_not_implemented_error.txt