Shared Library Module reporting the following error:

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
7/9/2009 9:55:37 AM
Gravatar
Total Posts 22

Shared Library Module reporting the following error:

Shared Library Module reporting the following error:

 

Please help.

2009-07-09 10:52:47,495 ERROR mojoPortal.Web.mojoBasePage - en-US - /shared-library.aspx
System.NullReferenceException: Object reference not set to an instance of an object.
at mojoPortal.Web.SharedFilesUI.SharedFilesModule.Page_Load(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
2009-07-09 10:52:47,505 ERROR mojoPortal.Web.Global - en-US - /shared-library.aspx
System.NullReferenceException: Object reference not set to an instance of an object.
at mojoPortal.Web.SharedFilesUI.SharedFilesModule.Page_Load(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 

7/9/2009 10:09:46 AM
Gravatar
Total Posts 18439

Re: Shared Library Module reporting the following error:

Hi,

You don'tmention what version of mojoPortal, what operating system, what database?

The only thing I can think of that might cause this error is if this is missing in the layout.master file of your skin:

<asp:ScriptManager ID="ScriptManager1" EnablePageMethods="true" runat="server" /> 

Note that it must have the id ScriptManager1

Hope it helps,

Joe

7/9/2009 10:16:11 AM
Gravatar
Total Posts 22

Re: Shared Library Module reporting the following error:

Thanks Joe.

It worked. I had renamed the ScriptManager1 Id to something else.

 

How's development of other features coming along?

7/9/2009 10:23:19 AM
Gravatar
Total Posts 18439

Re: Shared Library Module reporting the following error:

Glad to hear that solved it!

Things are progressing nicely, always have so many ideas its not possible to do them all at once, but things keep moving forward.

Best,

Joe 

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