Feeds:
Posts
Comments

Archive for December, 2010

During deployment of your SharePoint 2010 feature you might get the following error:

Error occurred in deployment step ‘Activate Features’: The current user has insufficient permissions to perform this operation

During the activation of the feature the current user seems to have insufficient permissions to perform the operatio. I encountered this problem while deploying a solution from Visual Studio 2010 on my development machine.

The error is caused by an incorrect “TermsStore administrator account”.

To solve

  • Go the Central Administration
  • Go to : “Manage service applications” ( _admin/serviceapplications.aspx).
  • Select “Managed Metadata Service” to get the Terms Store admin interface.
  • In the section : “Term Store Administrators”. Add the user that you use to run Visual Studio.
  • Save the changes.

Hope it helps

Error occurred in deployment step ‘Activate Features’: The current user has insufficient permissions to perform this operation

Read Full Post »

We have discussed the SharePoint 2007 SPDispose tool here before. A new version is now available with SharePoint 2010 support and a Visual Studio add-in.

In addition to dispose guidelines they have also added rules on when not to Dispose. For example you do not want to dispose your SPWeb en SPSite objects in your SPContext.

More information can be found on http://blogs.msdn.com/b/rogerla/ and on the SPDispose codeplex page.

Download is available on here on the Microsoft download site.

Read Full Post »

Follow

Get every new post delivered to your Inbox.