Search This Blog

Wednesday, January 9, 2013

How to deploy wsp File in Visual Studio 2010 & 2013

Welcome to Designers Dairy blog here i have posted How to deploy wsp File in Visual Studio


SharePoint 2010 it is easy to create a .wsp file using visual studio 2010



Step:1

Go to Solution Explorer -> Select the Project (example: office 365)


Step2:

Click F4  Project Properties window will be open in the bottom


Step 3:


Select : Change 

          Sand boxed Solution  : True

           Site Url : office 365 Demo  link  or Central Admin port Url



Step4:

          
  Select the Project (example: office 365) Right click


Step5:

Select Build -> If Build is Success it will show Build is succeeded.


Step6:

Select Package -> If Package is Sucess it will show package is succeeded.


Step7:

Select Deploy  -> If Deploy is Sucess it will show Deploy is succeeded.









        

No comments:

Post a Comment

Validating to select in sequencial order using angular

    < input type = "checkbox" (change) = "handleSelectTaskItem($event, taskItem)" [checked] = " taskItem . i...