【问题标题】:Sharepoint Development without Windows Server没有 Windows Server 的 Sharepoint 开发
【发布时间】:2014-12-10 23:05:55
【问题描述】:

简短的问题:我可以使用 Visual Studio 为 Microsoft Sharepoint 进行开发,而无需使用 Windows 服务器计算机吗?

我正在尝试为需要我制作自定义 Web 部件的 Sharepoint 网站工作,但根据我所阅读的内容,如果没有安装 Sharepoint,我将无法在 Visual Studio 中进行开发。同样,如果不运行 Microsoft 服务器操作系统,我将无法安装 Sharepoint。

Here 是几年前提出的类似问题的链接。我很想知道从那时起是否有任何修复。

我运行的是 Windows 7 和 Visual Studio 2013。我认为 VS 的版本并不重要,因为等效的 Sharepoint 版本是免费提供的。

【问题讨论】:

    标签: visual-studio sharepoint windows-server


    【解决方案1】:

    如果您正在为 SharePoint 2010 开发,那么您可以将其安装在 Windows 7 或 8 上,但需要进行修改 http://msdn.microsoft.com/en-us/library/ee554869(office.14).aspx,对于 SharePoint 2013,您需要有 Windows 服务器

    在 Windows 7 或 8 机器上设置 SharePoint 2010:

    1. 将 SharePointFoundation.exe(或 setup.exe)安装文件复制到您正在安装 SharePoint 并进行开发的计算机上的文件夹中,例如以下路径:

    c:\SharePointFiles

    1. 通过打开命令提示符窗口提取安装文件,然后在上一步中复制安装文件的文件夹的目录位置键入以下命令。

      对于 SharePoint Foundation 2010:

    c:\SharePointFiles\SharePoint /extract:c:\SharePointFiles

    对于 SharePoint Server 2010:

    c:\SharePointFiles\OfficeServer /extract:c:\SharePointFiles

    1. 使用记事本等文本编辑器,打开位于以下路径的安装配置文件 config.xml:

    c:\SharePointFiles\files\Setup\config.xml

    1. 在标签内添加这一行:

    <Setting Id="AllowWindowsClientInstall" Value="True"/>

    【讨论】:

      【解决方案2】:

      是的,您可以使用 Sharepoint Foundation 或安装 sharepoint 服务器。但是,如果你想这样做,你必须删除共享点检查所以检查设置。

      Install sharepoint in windows 7

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2013-01-25
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多