Posts Tagged with ‘xml’

And here's what we got:

Cannot insert the value NULL into column Name, Thanks SharePoint

Mar 07

I tried to create a Custom List. I had event receivers attached to custom lists and i got this:
Cannot insert the value NULL into column ‘Name’, table ‘[somesharepointcontentdatabase].dbo.EventReceivers’;
column does not allow nulls. INSERT fails.
The statement has been terminated.

I found out what this means and how to get around it.