Jul 1, 2012

Visual Studio Workflow in SharePoint

Part II To know about the Basics and Advantages of using Visual Studio Workflow read this article. In this article, we will how to Create a Simple Sequential Workflow Console Application. Steps: 1. Open Microsoft Visual Studio -> File -> New Project -> Select Visual C# -> SharePoint...

Visual Studio Workflow in SharePoint

Part I To know about the Basics of Workflow in SharePoint, read this article. To know about the Creating a Designer Workflow, read this article. To know about the New Features added in SharePoint Designer 2010, read this article. In this we will learn about Basics of Visual Studio Workflows in SharePoint. Windows Workflow Foundation -WWF: Windows Workflow Foundation (WF) is a Microsoft technology...

Prevent Outlook from Sending Emails with a Blank Subject

Objective: In the IT Industry, Outlook is most popularly used as the Email client. The subject line is a very important part of any email. Many times has it happened to you that you have sent an email through Outlook without a subject line? After clicking the Send button, you realize that you have...

Jun 21, 2012

Jun 19, 2012

Versions of SharePoint

Ø  Microsoft Content Management Server (CMS) (Year 2002) Ø  SharePoint Portal Server (Year 2003) Ø  Windows SharePoint Services 3.0 (Year 2003) – Free Ware Ø  Microsoft Office Share Point Server (MOSS) (Year 2007) (Built on .NET 2.0) –        Combination of CMS and SharePoint Portal Server Ø  SharePoint Foundation Server (Year 2010) – Free...

Jun 13, 2012

Databases must be empty before they can be used. Delete all of the tables, stored procedures and other objects or use a different database.

Problem: I got this error when I tried to stop and start the Windows SharePoint Services Search service by the following: Central Administration ->Operations ->Services on server->Windows SharePoint Services Search->Stop Central Administration->Operations->Services on server->Windows SharePoint Services Search->Start The below is the step by step solution to fix this issue. Solution: 1....

The specified database has an incorrect collation. Rebuild the database with the Latin1_General_CI_AS_KS_WS collation or create a new database

Problem:  I have faced this error when I created a DB in the SQL server and then tried to create the Search Server DB name in the Search Server Configuration Page while configuring the Microsoft Search Server Express 2008. Solution: 1. The problem is the database created has incorrect collation. 2....

Jun 9, 2012

Hiding Default Title Column in a list in SharePoint

In this article, we will know about a small tip, How to hide the default title column which is created by default whenever a list is created in a SharePoint list. Steps: 1. Whenever a list is created, you will see a default column “Title” in the list. 2. In Some cases, we do not need this and...