Once you start working on a new SharePoint 2010 project you will need to launch Visual Studio as an administrator. The SharePoint projects in Visual Studio require administrator privileges to interact with SharePoint. Tip #1 Run visual Studio with a Suitable Privilege Level Once you start working on a new SharePoint 2010 project you will need …
Permanent link to this article: http://blog.raminassar.com/2013/02/23/quick-tips-on-working-with-development-of-sharepoint-2010-under-visual-studio-2010/
Nov 24
Remotly Working and Debugging SharePoint 2010 Solutions
Pull the remote debugger folder from your VS2010 install at: C:Program Files (x86)Microsoft Visual Studio 10.0Common7IDERemote Debugger over to the remote server. Note there is a 64 bit and a 32 bit version. Choose the correct one. Make sure that the account that you use on your local machine also exists on the remote machine. …
Permanent link to this article: http://blog.raminassar.com/2011/11/24/remotly-working-and-debugging-sharepoint-2010-solutions/
Nov 20
Free SharePoint 2010 Templates
I’m pleased today to offer you these SharePoint 2010 custom templates. These templates are free to all and are provided “as is”. One of the main goals of the application templates is to provide a demonstration of the application building power in SharePoint and as a potential starting point for larger, more robust applications. While …
Permanent link to this article: http://blog.raminassar.com/2011/11/20/sharepoint-2010-free-templates/
Nov 19
Create VS Extend Web Application in SharePoint
Before you can create a site or a site collection, you must first create a Web application. A Web application is comprised of an Internet Information Services (IIS) site with a unique application pool. When you create a new Web application, you also create a new database and define the authentication method used to connect …
Permanent link to this article: http://blog.raminassar.com/2011/11/19/create-vs-extend-web-application-in-sharepoint/
Nov 16
PS Tips#4 : Apply a New Quota to all Users My Sites
Just a quick snippet this morning. If you need to apply a new quota template to all users My Sites here’s a quick script to do it. Changing an existing quota is fine but if you’re migrating users from another system or you just want to up everyone’s storage a bit here’s what you do. …
Permanent link to this article: http://blog.raminassar.com/2011/11/16/ps-tips4-apply-a-new-quota-to-all-users-my-sites/
Nov 13
Examples of using calculated column formulas
A great helpful link that provide you with a good amount of examples on using calculated column of sharepoint categoriesed by conditional formulas, date and time formulas, math formulas text formulas and others. To go to the link click here.. Hope it helped all of you and make your work easier. Happy programming Rami M. …
Permanent link to this article: http://blog.raminassar.com/2011/11/13/examples-of-using-calculated-column-formulas/
Nov 12
PS Tips#3 : Set Privileges for Managing SharePoint from PowerShell
To execute a command in the SharePoint 2010 Management Shell, open the Management Shell on a SharePoint 2010 server. To execute commands, the user must have the necessary privileges to the SharePoint object model and to the SharePoint databases. When you are working with SharePoint objects, connections to the database are generally created with the …
Permanent link to this article: http://blog.raminassar.com/2011/11/12/ps-tips3-set-privileges-for-managing-sharepoint-from-powershell/
Oct 14
Working with SharePoint 2010 Projects on Visual Studio Without Installing The Server
How many times we suffered from the error “A SharePoint server is not installed on this computer. A SharePoint server must be installed to work with SharePoint projects.” when you try to create sharepoint solution? How many of us tried to create his own SharePoint Server 2010 development environment under Windows 7 OS but he …
Permanent link to this article: http://blog.raminassar.com/2011/10/14/working-with-sharepoint-2010-projects-on-visual-studio-without-installing-the-server/
Oct 13
PS Tips#2: Quick Snippets ‘Working with -SPSolution’
You can use Power Shell to manage features and solutions in a Microsoft SharePoint Server 2010 farm. here I will listed quick reference note about the major command that used with sharepoint server solutions. Add-SPSolution This command is used to uploads a sharepoint solution to the farm, the syntax would be like: Add-SPSolution [-LiteralPath] …
Permanent link to this article: http://blog.raminassar.com/2011/10/13/ps-tips2-quick-snippets-working-with-spsolution/
Oct 11
PS Tips#1: Error ‘Admin SVC must be running in order to create deployment timer job’
Some times when you are trying to deploy the SharePoint 2010 WSP using PowerShell, you might got this error when you try to run the Install –SPSolution, or Update –SPSolution command saying that: So all you need to do is to go to the Services section in Control PanelSystem and SecurityAdministrative Tools and look for …
Permanent link to this article: http://blog.raminassar.com/2011/10/11/ps-tips1-error-admin-svc-must-be-running-in-order-to-create-deployment-timer-job/
