About 34,500 results
Open links in new tab
  1. Deployed web parts don't show up in Web Part Gallery

    Every guide I've found uses the same commands that I am using which seems like it works but my web parts never show up in the web part gallery. They do show up in the web part gallery …

  2. "The type is not registered as safe" when trying to add a web part ...

    The problem in my scenario was the web part scope is defined for one web application where i was trying to add the web part in a completely different web application.

  3. Detecting Solution Deploying Status - SharePoint Stack Exchange

    $wspID = Get-SPSolution -Identity 'mysolution.wsp'; Write-Host $wspID.Status; running the above code repeatedly while deploying or retracting never returns "deploying" only things like …

  4. 2010 - Explain it to me: SharePoint deployment scope, solution …

    Thanks for your detail reply . I’m having a issue with Web application scope solution that not appearing in Timer Job definitions under CA , Operations Tab. Deployed the solution with out …

  5. client object model - How to call C# (in a .WSP web part) from ...

    I have Javascript (Client Object Model) running in a Content Editor web part that controls other web parts on the page. The JS COM is limited in what it can do, so I want to be able to call …

  6. powershell - Install-SPSolution : This solution contains no …

    Every other Install-SPSolution command uses -AllWebApplications, and I do not want to specify the web application directly using -URL. Here is the command that is breaking (this is the …

  7. sharepoint enterprise - Deploying WSP to a specific web …

    Apr 17, 2015 · May I know, how to restrict the wsp to be deployed globally such that it is targeted only to a particular web application. Any extra settings or any xml elements in VS 2012 or …

  8. Deploy Solutions to Application or Web Front End Server

    Dec 19, 2014 · I guess you are using Add-SPSolution and Install-SPSolution to upload and install the WSP package. Add-SPSolution will move your solution to SP Admin database and Install …

  9. web part - How do I Modify Contents of a WSP File? - SharePoint …

    Apr 4, 2012 · As far as I know, you can only open the wsp file as a cab and modify the files from there. The downside is that all the code will be compiled into assemblies and there will be no …

  10. deployment - Web Application scoped features not visible in …

    Jul 14, 2013 · Switch the WSP mode to ApplicationServer (can be done only if it contains only the Web app feature you're mentioning). Activate the Web app feature from PowerhShell, while …