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 created a User control in mojoPortal.Web.net35 sln ...using.. Visual developer 2010... after i build mojoPortal.Web.net35 and copy the dll from bin folder and paste into Executable file(i.e,..bin folder),copy the user control(.ascx) and paste into Executable file ....after that....i am login with admin account and go to adminstration menu -> Advance Tools ->Feature Installation/Configuration ->Add New Feature...and I added the feature...next i create a new page and add that feature to that page and -> i run the application...it's working fine...but i click on "Site settings" in Admin Panel...it display error like
Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.] mojoPortal.Web.AdminUI.SiteSettingsPage.Page_Load(Object sender, EventArgs e) +505 System.Web.UI.Control.OnLoad(EventArgs e) +99 mojoPortal.Web.mojoBasePage.OnLoad(EventArgs e) +44 System.Web.UI.Control.LoadRecursive() +50 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
and the same error caused by the "Content Manager"
Please Provide The Solution...................
You should use the debugger and step through the code to see what is causing the error, find out what object is null and why.