Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
If you delete a user who has created or edited an XForm it will generate an "object not set to a reference of an object" error.
Tried on 4.61
Solved it by putting a try-catch around <%=CreatedBy%> and <%=ChangedBy%> in the XFormSelect.ascx.
Also checked the codebehind with reflector and it looked like it accually handles null values in a good way but for some reason it still crashes.