Feeds:
Posts
Comments

Archive for the ‘Development’ Category

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 [...]

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 [...]

Read Full Post »

Ran into a curious issue where I was only able to activate my feature only once after deployment. When I deactivate the feature and then try to activate the feature again, I received the following error :  Error: A file specified in the modules section of this template already exists. Resulting in this screen. Luckily [...]

Read Full Post »

I was writing a new web part to search Taxonomies (Managed metadata) in SharePoint 2010. During testing I got an error when using the class FullTextSqlQuery “Microsoft.SharePoint.SPException: Your search cannot be completed because this site is not assigned to an indexer. Contact your administrator for more information. at Microsoft.SharePoint.Search.Query.Query.CreateQueryProxy(SPSite site) at Microsoft.SharePoint.Search.Query.Query..ctor(SPSite site)” while debugging [...]

Read Full Post »

Introduction. A requirement that I regularly see in a website specification is: “Make sure the user can only click the button once and display a confirmation box.”. The extra challenge in ASP.NET is not to lose the postback functionality. In this short post I show you how can disable a button on the client-side while [...]

Read Full Post »

When trying to deploy my SharePoint 2010 solution via Visual Studio 2010 I got the following error. Error occurred in deployment step ‘Recycle IIS Application Pool’: <nativehr>0×80070005</nativehr><nativestack></nativestack> Turned out that I forgot to add my user to the “Site Collection Administrators”. Go to “Site Actions” of the root site , add your user to the [...]

Read Full Post »

When customizing a page in SharePoint you quickly run into the fact that customized pages are not loaded anymore from the hard drive but they are loaded from the content database. When you are familiar with SharePoint 2003 you would probably use the terms ’ghosting’ and ‘unghosting’. However since SharePoint 2007 the terms used are customized [...]

Read Full Post »

« Newer Posts

Follow

Get every new post delivered to your Inbox.