Skip to main content
Hi,

I try to create a webpart in SharePoint that uses the K2ROM object model to access worklistitems.
I get however a security error (in the Eventlog) when the Open method of the Connection object is executed. I have set the trust level in the sharepoint web.config file to Full.
The code works fine in a standard aspx application.

Any suggestions,

Vincent
Try adding your webpart and K2Rom into the Gac. This resolved a lot of our security and Kerberos issues.

Reply