When tring to edit the values of a submitted entry, I am getting the error shown below if any of the captions on the form contain spaces.
Is there a known way to get around this?
Server Error in '/' Application.
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.
Null ref error when editing entry values
When tring to edit the values of a submitted entry, I am getting the error shown below if any of the captions on the form contain spaces.
Is there a known way to get around this?
Server Error in '/' Application.
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:
This is in Umbraco v6.1.6 (Assembly version: 1.0.5021.24867) using Umbraco Contour version 3.0.17.
Comment author was deleted
Hmm that's strange, could it be that the form changes structure (so fields added/removed) when compared to the record you are trying to edit?
How would I best go about detemining if this is happening?
Comment author was deleted
Check fields in entries viewer and check fields on the form :)
is working on a reply...