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

  • 相关阅读:
    canvas阴影
    Anagrams
    Compare Strings
    php rtrim的一个坑,很“二”的问题
    LRU算法
    linux下重启php服务
    nginx -s reload "/alidata/server/nginx/logs/nginx.pid" failed
    【ACM】阶乘因式分解(二)
    Two Strings Are Anagrams
    找子串
  • 原文地址:https://www.cnblogs.com/sunjunlin/p/2327300.html
Copyright © 2011-2022 走看看