Padarn Web Server Project Throwing Exception

379 views Asked by At

I'm testing our OpenNetCF's Padarn Web Server.

In one of their Hands-On-Labs (HOL P101), 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?

1

There are 1 answers

3
ctacke On BEST ANSWER

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.