Getting latest version of sts-formwizardpro-2-6-0-0

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.
9/9/2011 9:05:03 AM
Gravatar
Total Posts 45
Thanks, cms_developer Contributer:http://codeissue.com/

Getting latest version of sts-formwizardpro-2-6-0-0

Hi,

We have bought your product

sts-formwizardpro-2-6-0-0

How do I get the latest version of this product?

Thanks,

cms_developer

9/9/2011 9:09:25 AM
Gravatar
Total Posts 18439

Re: Getting latest version of sts-formwizardpro-2-6-0-0

Hi,

You just need t login to this site using the account that purchased the product, then click the "My Account" link at the top of the page and then click Order History and you will find links to your orders where you can always download the latest version. 

Hope that helps,

Joe

9/9/2011 9:24:57 AM
Gravatar
Total Posts 45
Thanks, cms_developer Contributer:http://codeissue.com/

Re: Getting latest version of sts-formwizardpro-2-6-0-0

Joe,

Thanks for your response.

I see the feature called FormWizardPro after I install it by putting in root directory

at same level as mojoportal solution and clicking on the link

http://localhost:62146/Setup/Default.aspx

But once i select the feature by creating a new page I don't see the Form Wizard tab as you have illustrated in the demo video.

I am using the latest version of the source code. Any direction appreciated.

Thanks,

cms_developer

9/9/2011 9:29:01 AM
Gravatar
Total Posts 45
Thanks, cms_developer Contributer:http://codeissue.com/

Re: Getting latest version of sts-formwizardpro-2-6-0-0

I don't see settings edit form and submission date link to be specific

9/9/2011 9:33:20 AM
Gravatar
Total Posts 45
Thanks, cms_developer Contributer:http://codeissue.com/

Re: Getting latest version of sts-formwizardpro-2-6-0-0

I see these error in server logs

System.Web.HttpException (0x80004005): The file '/sts-formwizardpro' does not exist.
   at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath)
   at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
   at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
   at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate)
   at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath)
   at System.Web.UI.TemplateControl.LoadControl(String virtualPath)
   at mojoPortal.Web.UI.CmsPage.LoadPage() in C:\Software\cnrm_mojoPortal\mojoPortal\Web\Default.aspx.cs:line 251

9/9/2011 9:40:03 AM
Gravatar
Total Posts 18439

Re: Getting latest version of sts-formwizardpro-2-6-0-0

The latest version of Form Wizard Pro is not going to work with the latest source code. The reason is because the latest source code has been updated to use a newer version of Ajaxcontroltoolkit, since Form Wizard also uses this it must use the same version or it will cause errors. When I make the next release of mojoPortal I will make a new release of Form Wizard Pro at the same time to keep them in sync. I have already updated my local copy of Form Wizard but I cannot release it until the next release of mojoPortal.

 
These are the installation instructions for future reference, but you will need to use it with the current released version of mojoPortal not the current source code of mojoPortal.
 
Determine your .NET framework version (hopefully 4.0) look under Administration > System Information.
The Form Wizard Pro package has versions for both .NET 4 and .NET 3.5(aka 2.0).
 
So if you have .NET 4 then you use the contents of the folder in the package at 
/dotnet40/wwwroot
else you use the contents of the folder at  
/dotnet35/wwwroot
 
Note that I mean the "contents" of the folder do not copy the wwwroot
folder, copy everything inside it and paste it into the root folder of
your mojoportal installation.
 
The root folder is the one with the Web.config file in it.
If you do that everything will land in the right place, then all you have to do is visit  yorsiteroot/Setup/Default.aspx page and it will run the database scripts and after that the feature will show up in the dropdown list with other features.
 
 
You must sign in to post in the forums. This thread is closed to new posts.