Configuring feature showing twice in setup

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/26/2014 1:38:25 PM
Gravatar
Total Posts 13

Configuring feature showing twice in setup

Hi.  Could anyone explain why I would be having my custom feature showing up twice in the setup? 

Configuring feature Custom Contact Form - 00:00:02.2070412
Configuring feature Custom Contact Form - 00:00:02.2461399

I have checked the QUID and made sure it was unique.

Additionally, I am receiving a System.NullReferenceException: Object reference not set to an instance of an object error on 


parent.Controls.Add(c); of the default.aspx page. It is only shown for this control and when I debug, I can see the parent.controls and the data in c.  I'm really stuck on this one. 
 

Any insight would be sooo appreciated. Thank you so much for the help. 

6/27/2014 12:04:01 AM
Gravatar
Total Posts 2239

Re: Configuring feature showing twice in setup

For the module showing up twice in setup, be sure you don't have more than one .config file for your module under setup/applications/.../FeatureDefinitions.

For the NullReferenceException, be sure the ControlSource is set correctly in the FeatureDefinition .config file for the module.

HTH,
Joe D.

6/27/2014 9:37:02 AM
Gravatar
Total Posts 13

Re: Configuring feature showing twice in setup

Perfect. Thank you. I did find an extra config file hidden in the directory. I didn't see it in my solution but, when looking at the physical directory I could see it.

Thanks again!

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