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.
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.
Hi ,
i download the latest source code from sourcetree and try to build on visual studio 2017 , i find this error after build :
Severity Code Description Project File Line Suppression State Error CS0234 The type or namespace name 'NewsletterDisplaySettings' does not exist in the namespace 'mojoPortal.Web.UI' (are you missing an assembly reference?) mojoPortal.Web C:\Users\sengk\Downloads\mojoportal-master\mojoportal-master\Web\eletter\Admin.aspx.designer.cs 22 Active
How to i solve this issue, so that i can continue building my website using mojoportal ?
thanks
Hi,
Open eletter\Admin.aspx in Visual Studio and remove the portal:NewsletterDisplaySettings control. Should be on line 5.
I've made this change and pushed it to repository. Sorry for the trouble.
Thanks, Joe
Ok , remove and done compile . thanks