博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
How to Create a SharePoint 2010 Project Without SharePoint Server
阅读量:5059 次
发布时间:2019-06-12

本文共 2480 字,大约阅读时间需要 8 分钟。

转:

As a SharePoint developer, Visual Studio 2010 is essential for creating SharePoint solutions. One of the limitations of Visual Studio development for SharePoint, however, is that SharePoint must be installed on the same server as Visual Studio. If your development box is an Intel Core i7 (Ivy Bridge) with 16GB memory and SSD, everything is going to work great! But let's face it... most of us are given older machines with, say, 4GB memory and an old fashioned hard drive which slows the pace of development to a crawl.  Management just doesn't understand why you need server-level performance to in order to develop.

Luckily there is a solution. Before we get to the solution though, let's clarify the problem. On my development machine, I have Visual Studio 2010 installed without SharePoint installed, and will attempt to create a new project using the template "Empty SharePoint Project."

Upon creation of the project however, I receive the error: "A SharePoint server is not installed on this computer. A SharePoint server must be installed to work with SharePoint projects."

To resolve this issue, I have created a simple utility which allows me (and will allow you) to create an empty project without requiring SharePoint to be installed on the same box, thus saving valuable computing resources. Here is how you can utilize the utility:

  1. Download and extract the utility to your development box. You will see a similar folder structure as follows:
  2. Run the program , which will be found in the root directory.
  3. A dialog box will appear as shown below. In the New namespace field, enter the name of your project and select Create new empty template:
  4. This will generate a new project package within the directory Out, including the file [projectname].wsp:
  5. Using Visual Studio 2010, open your new project.
  6. Within your Solution Explorer, you will notice the basic project structure has already been built for your convenience as a "Sandbox Solution":
  7. If you are seeking an on-premises solution, update the attribute "Sandboxed Solution" to the value of False, which will allow you to work with the SharePoint Mapped folder. Note: Changing the project attribute Sandboxed Solution to FALSE will require you to have Farm administrator privileges on the SharePoint Server before you can deploy this solution:

That's all there is to it! Hope this article is helpful when developing in SharePoint Online with Sandboxed Solutions!

 

转载于:https://www.cnblogs.com/jackljf/p/3589215.html

你可能感兴趣的文章
第十一周编程总结
查看>>
Android平台使用SQLite数据库存储数据
查看>>
JS 日期处理
查看>>
分布式session的几种实现方式
查看>>
今天玩一下python得邮件解析吧,查看邮件内容小儿科,我们下载邮件的附件
查看>>
div+css网页部署到本机和服务器上看到的效果不同
查看>>
Top K 算法详解
查看>>
JavaScript Patterns 2.8 Number Conversions with parseInt()
查看>>
从php到浏览器的缓存机制,不得不看!
查看>>
java正则表达式
查看>>
Google 最新推出数据集搜索
查看>>
Linux及安全实验二:SET-UID程序漏洞实验
查看>>
对象作为函数参数
查看>>
ie6兼容性处理
查看>>
【TDS学习文档2】概念理解
查看>>
北京信息科技大学第十一届程序设计竞赛(重现赛)H
查看>>
母版页的应用
查看>>
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-0.el7_6.x86_64/bin/java: No such file or directory
查看>>
iOS系统状态栏动态隐藏问题
查看>>
jenkins中的流水线( pipeline)的理解(未完)
查看>>