The type or namespace name 'NewsletterDisplaySettings' does not exist in the namespace 'mojoPortal.Web.UI'

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.
10/30/2018 9:30:47 AM
Gravatar
Total Posts 50

The type or namespace name 'NewsletterDisplaySettings' does not exist in the namespace 'mojoPortal.Web.UI'

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 
 

10/30/2018 11:50:45 AM
Gravatar
Total Posts 2239

Re: The type or namespace name 'NewsletterDisplaySettings' does not exist in the namespace 'mojoPortal.Web.UI'

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

10/30/2018 10:12:20 PM
Gravatar
Total Posts 50

Re: The type or namespace name 'NewsletterDisplaySettings' does not exist in the namespace 'mojoPortal.Web.UI'

Ok , remove and done compile . thanks 

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