13

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 ?

jjnguy
  • 136,852
  • 53
  • 295
  • 323
Moutasem al-awa
  • 800
  • 1
  • 8
  • 16

3 Answers3

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).

Sandboxed solutions

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