Dienstag, 1. Juni 2010

Error when trying to write to a Sharepoint group

Error:
The security validation for this page is invalid. Click Back in your Web browser, refresh the page, and try your operation again.<nativehr>[xy]</nativehr><nativestack></nativestack>


Wenn man in eine Gruppe schreibt, dies auch mit "RunWithElevatedPriviliges" macht und dennoch so einen Fehler wie oben erhält, dann liegt es an einer Zeile Code, welche vergessen wurde:

spWeb.AllowUnsafeUpdates = true;

When you try to write to a group or list and you also perform this with "RunWithElevatedPriviliges" and still get the error mentioned above, then you should add this line of code to yours:

spWeb.AllowUnsafeUpdates = true;

Keine Kommentare:

Kommentar veröffentlichen