Skip to main content

Articles

Go Search
Home
eLumenotion Blog
  
Elumenotion > Articles > Wiki Pages > Create a New SharePoint Sandbox Solution in Visual Studio 2010 > Page History  

Create a New SharePoint Sandbox Solution in Visual Studio 2010

 
Version HistoryVersion History
|
Alert Me
This page does not show changes in Web Parts, images, or HTML formatting.
Deleted Added
Modified at 2/4/2010 8:25 AM  by Doug WareNo presence information 
Wiki Content
Create a New SharePoint Sandbox Solution in Visual Studio 2010
 
  • Open Visual Studio 2010.
  • Press CTRL+SHIFT+N to open the New Project dialog.
  • Select SharePoint | 2010 under the language of your choice and Empty SharePoint Project .
  • Ensure that .NET Framework 3.5 is selected as the target framework, enter your solution's name and click OK .
New Project
  • The SharePoint Customization Wizard displays. Enter the URL to your development server. Ensure that Deploy as a sandboxed solution is selected and click Finish .
Deplay As
 
  • If you need to change the Site URL to debug on a different server or site collection, select the project node in Solution Explorer and change the value of the Site URL property.
Change Deployment Target
 
Return to Defining and Deploying Fields and Content Types with Visual Studio 2010 .