Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Change SharePoint 2010 Project from Sandboxed Solution to Farm Solution

I created a new sharepoint project in Visual studio 2010 and by mistake it was sandboxed solution, after finishing my development its wont build because i am adding items to controltemplates and its saying i need to have the project as farm solution, so how to change th eproject type ?

like image 474
Moutasem al-awa Avatar asked Jul 25 '10 17:07

Moutasem al-awa


People also ask

What is SharePoint Farm solution?

What are farm solutions? SharePoint has its own system for installing extensions to SharePoint administrative functions that is different from other Windows applications and platforms. No MSI file or ClickOnce technology is involved.

What are sandbox and farm solutions?

Farm solutions, which are hosted in the IIS worker process (W3WP.exe), run code that can affect the whole farm. Sandboxed solutions, which are hosted in the SharePoint user code solution worker process (SPUCWorkerProcess.exe), run code that can only affect the site collection of the solution.

What can be deployed as the sandbox solution?

WebPart can be used in a sandboxed solution. Web Part connections are not possible in sandboxed solutions. A web template is deployed as a WebTemplate element along with an onet.


1 Answers

Ok, Found it its a Project property so you need to select you project then in the properties pane (F4) you will find a property (SandBoxedSolution).

Sandboxed solutions

like image 191
Moutasem al-awa Avatar answered Oct 06 '22 01:10

Moutasem al-awa