Feeds:
Posts
Comments

Archive for the ‘Develop Errors’ Category

Sometimes when you want to deploy your solution or custom web part on the server , However everything is OK and the code is built successfully but you encounter this error.
Object reference not set to an instance of an object
It may be because of the existing deployed solutions. Mark Arend has written a good post [...]

Read Full Post »

You may have seen this error message if you have tried to update a “People and Group” or “User” field by a simple string ( like “Domain\Username” ).
Invalid data has been used to update
the list item. The field you are trying to update may be read only.
I found that you should use SPUser field type in this situation. [...]

Read Full Post »