After Paste a new dll in bin folder and run /setup/default.aspx in browser.....

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.
8/11/2010 4:05:51 AM
Gravatar
Total Posts 26

After Paste a new dll in bin folder and run /setup/default.aspx in browser.....

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...................

 


 

 

8/11/2010 6:31:49 AM
Gravatar
Total Posts 18439

Re: After Paste a new dll in bin folder and run /setup/default.aspx in browser.....

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.

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