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