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 ?
Asked
Active
Viewed 1.2k times
13
3 Answers
32
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).

Moutasem al-awa
- 800
- 1
- 8
- 16
2
In the Properties Panel you can find a Property named as sandbox Solution, for your project it will be set to true.through the drop down option set it as false which will convert your solution to Farm solution

Swati
- 95
- 7
2
If you install your sandboxed solution as a farm solution, it will work as a farm solution

Vladi Gubler
- 2,458
- 1
- 13
- 15