Don't see any SubmissionHandlers for Form Wizard Pro

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
2/3/2012 2:01:18 PM
Gravatar
Total Posts 11

Don't see any SubmissionHandlers for Form Wizard Pro

I'm having a bit of a problem where I'm not seeing any listings for submission handlers when I look at the settings for a form. Not even the DoNothing submission handler that comes with Form Wizard Pro is showing up. I created a submission handler, and it was working previously, but now I can't hook up a form to the handler. I know this is something that I've done, but I can't for the life of me figure it out.

I checked the config files, and both my form submission config file and the DoNothing config file are present in \web\formwizard\submissionhandlers folder. I've got a build event on my submission handler project that copies my dll into the bin folder of mojoportal, so that's there as well.

I even went so far as to reinstall form wizard pro, but nothing is working. Any ideas?

Oh, and I'm running vs 2010, mojo 2.3.7.5, on a win7-64 machine.

I would really appreciate any ideas.

2/3/2012 2:25:32 PM
Gravatar
Total Posts 18439

Re: Don't see any SubmissionHandlers for Form Wizard Pro

Hi Dale,

My best guess would be either something malformed or incorrect in the config files or a file permission problem where it can't read the files or an error in the custom one that is preventing it from building the provider collection ie when it tries to load the custom one if it has any mistakes or throws any errors it would interupt the process of building the handler collection. I would look for any clues in the mojoportal log.

Hope that helps,

Joe

2/3/2012 3:54:27 PM
Gravatar
Total Posts 11

Re: Don't see any SubmissionHandlers for Form Wizard Pro

Thanks for the help. I recreated my file and renamed it, and also the DoNothing handler and it is working.

You must sign in to post in the forums. This thread is closed to new posts.