Archive for tag: Sharepoint 2010

Understanding SharePoint Property Bag Settings

30 August, 2010 (16:14) | MOSS - Object Model | By: G Vijai Kumar

Today my ex-coworker and friend ask me regarding SharePoint property bag, therefore I got an opportunity of posting this article on understanding SharePoint property bag settings.
SharePoint property bag is a good place where we are able to accumulate key and value like a couple, It’s a hash table.
There is no such user interface to view/add/edit/delete [...]

Cannot start service SPUserCodeV4 on computer

28 August, 2010 (12:19) | SharePoint 2010 - Errors | By: G Vijai Kumar

If the service Microsoft SharePoint Foundation Sandboxed Code Service is stopped and when you are trying to deploy a webpart using Visual Studio 2010 we may face the error message saying that Cannot start service SPUserCodeV4 on computer <computer name>

To resolve this
Go to Central Administration > System Settings
On System Settings page, under Servers section click [...]

64 bit guest on 32 bit hosts

27 August, 2010 (09:37) | Sharepoint 2010 - General | By: G Vijai Kumar

64 bit processors handle large quantity of RAM extra efficiently compared to 32 bit processors. Microsoft announced that SharePoint 2010 supports only on 64 bit hardware. The grounds at the back is improving performance and elasticity of SharePoint
Public ask over whether they able to install SharePoint 2010 on 32 bit host, there is lot of [...]

FileNotFoundException was unhandled in Console Application

26 August, 2010 (15:25) | SharePoint 2010 - Errors | By: G Vijai Kumar

When I feel like to act together with SharePoint site to obtain data, quickly I will create a console application project to interact with SharePoint site instead of creating standard/visual webpart or custom solution
I am fond of console applications since there is no need of packaging the custom solution, deploying, activating etc. Just write the [...]

SharePoint Event Handlers – Asynchronous Vs Synchronous

21 August, 2010 (11:54) | MOSS - Object Model, Sharepoint 2010 - General | By: G Vijai Kumar

There is a little puzzlement among Asynchronousand Synchronous events, however I believe after reading this article, there will be no place for confusion in your brain, the reason for that I go behind a childlike practice to memorize what is Asynchronous ? and what is Synchronous ?
The same babyish method, I want to share with [...]