Code is different as used in Developer training videos

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.
6/21/2012 8:34:07 AM
Gravatar
Total Posts 18

Code is different as used in Developer training videos

In developer training videos some code are different from the code which is now in mojoportal,as for say in web.config of mojoportal.web there is some AjaxExtension supports  in videos which is not in web.config of mojoportal.web on which  i am working.

In acme.web.UI web.config there is some configsection code which is not there and in  also Edit.aspx  source code is different.

so i am getting error in Edit.aspx.Before Making  edit.aspx  i am getting everything but now i am getting mojoportal header and footer,all design page disappear.

6/21/2012 10:40:17 AM
Gravatar
Total Posts 18439

Re: Code is different as used in Developer training videos

Hi,

The videos are older and some things do change over time. The differences in Web.config mainly have to do with .NET 4 doesn't require some of the things that were required in Web.config in .NET 3.5, those videos were made during the .NET 3.5 days. We still support .NET 3.5 and those settings do still exist in the web.net35.config files, but main development is in .NET 4 and we cannot have those things in Web.config for .NET 4.

Other changes to consider are that we are using a newer more flexible set of container elements that did not exist at the time those videos were made. Features that ship with mojoPortal have been updated to these panels and the source code for features included with mojoPortal is still the best example code to study.

Hope that helps,

Joe

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