MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

v5.1.10.5015 Object reference not set to an instance of an object. --when attempting to configure List Container  (Mono Support )

Viewed 9501 time(s), 4 post(s) 6/3/2014 1:08:43 AMby gstadter
gstadter

gstadter

6/3/2014 1:08:43 AM
After adding a 'List Container' to a new page, I click on the configure (gear) icon to configure it... I get the following:

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.]
   MonoSoftware.MonoX.ListEditorPart..ctor() +149
   lambda_method(Closure , Object[] ) +42
   MonoSoftware.Core.ActivatorExtension.CreateInstance(Type type, Object[] args) +422
   MonoSoftware.MonoX.PropertyGridEditorPart.#Fs(WebEditorAttribute editControlAttribute, PropertyDescriptor property) +108
   MonoSoftware.MonoX.PropertyGridEditorPart.#Ds(PropertyDescriptor property) +112
   MonoSoftware.MonoX.PropertyGridEditorPart.CreateChildControls() +155
   System.Web.UI.Control.EnsureChildControls() +103
   MonoSoftware.MonoX.PropertyGridEditorPart.SyncChanges() +62
   System.Web.UI.WebControls.WebParts.EditorZoneBase.OnSelectedWebPartChanged(Object sender, WebPartEventArgs e) +162
   System.Web.UI.WebControls.WebParts.WebPartEventHandler.Invoke(Object sender, WebPartEventArgs e) +0
   System.Web.UI.WebControls.WebParts.WebPartManager.OnSelectedWebPartChanged(WebPartEventArgs e) +91
   System.Web.UI.WebControls.WebParts.WebPartManager.BeginWebPartEditing(WebPart webPart) +303
   MonoSoftware.MonoX.BasePart.#vj(Object sender, WebPartEventArgs e) +64
   System.Web.UI.WebControls.WebParts.WebPartZoneBase.RaisePostBackEvent(String eventArgument) +1351
   MonoSoftware.MonoX.PortalWebPartZone.RaisePostBackEvent(String eventArgument) +305
   System.Web.UI.WebControls.WebParts.WebPartZoneBase.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +13
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +169
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3259
This content has not been rated yet. 
669 Reputation 67 Total posts
gstadter

gstadter

6/3/2014 1:52:17 PM
I also noticed (unless I am missing it) that if the 'load sample data' option is selected during install, there is no demonstration of 'List' capabilities on any of the sample content pages.
Is there a URL where I can see the list functionality actually working on the live demo site?
This content has not been rated yet. 
669 Reputation 67 Total posts
khorvat

khorvat

6/3/2014 9:52:43 PM
I have mentioned this once before that List Container is so simple WebPart that we didn't dedicate the whole sample page to it. So just place the list container WebPart on the page and add items to it. 

We are looking into the error you have reported and we will get back to you soon.

Regards
This content has not been rated yet. 
15993 Reputation 2214 Total posts
gstadter

gstadter

6/5/2014 4:45:19 AM
Thank you.
and sorry that I didn't find earlier mention of list container sample exclusion.
This content has not been rated yet. 
669 Reputation 67 Total posts