zoukankan      html  css  js  c++  java
  • VS2010开发的WebPart部署到SharePoint 2010 页面出错

    VS2010开发的WebPart部署到SharePoint 2010 页面出错

     Add-SPSolution c:\code\SharePointProject2\bin\debug\SharePointProject2.wsp

    Install-SPSolution –Identity SharePointProject2.wsp –WebApplication http://sp2010 -GACDeployment

    Update-SPSolution –Identity SharePointProject2.wsp –LiteralPath c:\code\SharePointProject2\bin\debug\SharePointProject2.wspGACDeployment

    Uninstall-SPSolution –Identity SharePointProject2.wsp –WebApplication http://sp2010

    Remove-SPSolution –Identity SharePointProject2.wsp


    主要是部署的时候没有把controltemplate下面的 .ascx文件复制到服务器下的layout的controltemplate

  • 相关阅读:
    Android Studio连接真机
    day 4 __all__ 包 __init__.py
    day1 创建X00001文件1K
    day 3 模块
    day 2 异常传递 ,抛出
    day 1 异常基本功能
    day 7 __new___
    day 6 汽车4S店铺
    day 5 多态 类 静态
    day 4 继承
  • 原文地址:https://www.cnblogs.com/sunjunlin/p/2327300.html
Copyright © 2011-2022 走看看