Padarn Web Server Project Throwing Exception
I'm testing our OpenNetCF's Padarn Web Server.
In one of their Hands-On-Labs (HOL P开发者_JS百科101), an exception is being thrown at
private WebServer m_padarnServer = new WebServer();
The exception reads, "Exception in ConfigSectionHandler".
If you have experience with Padarn, have you received this exception before? If so, can you shed some light as to what I may do to debug this error?
It sounds like you've got a problem in your config file. To know more, I'd need to see the contents your config file. Also, where are you running, on a Windows CE device or a full-framework OS (i.e. XP, Vista, 7)?
Sending the software vendor (OpenNETCF, i.e. me) a bit more info would probably help a lot.
EDIT
There was a bug in the HOL code (and it was a really old binary). I've updated the lab with a newer binary and replaced it on the site. Re-download it to get these revisions.
精彩评论