About 32,800 results
Open links in new tab
  1. solution package - How to deploy wsp to single web application ...

    How can I deploy the solution so my web part is only available in a certain web application. The idea is that I want to be using the same web parts in the different web applications, but they have minor …

  2. 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 through the …

  3. web part - How do I Modify Contents of a WSP File? - SharePoint Stack ...

    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 way to extract …

  4. 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 manage...

  5. how do we deploy .wsp file into sharepoint online

    Nov 16, 2022 · I have a SharePoint 2016 on-premise environment with wsp file with server side code. i want to deploy this pacakage into sharepoint online, is it possible please advise.

  6. How do I update an already existing wsp on farm? [duplicate]

    Possible Duplicate: Update-SPSolution does not Deploy Solution I have a wsp that is already deployed on the farm. I made some code changes. I cannot use the Add-SPSolution command because I rec...

  7. Deploy Solutions to Application or Web Front End Server

    Dec 19, 2014 · Add-SPSolution will move your solution to SP Admin database and Install SP-Solution will add create time job to push all feature files to 14/15 hive, DLL's to GAC, Web.Config changes etc …

  8. Update wsp on a specific web application (with multiples)

    Mar 16, 2020 · I have a SharePoint farm with multiple(let us say I have 5 web applications). Every solution has currently the wsp solution installed(we can call it solution1.wsp) The thing I want to do is …

  9. sharepoint enterprise - Deploying WSP to a specific web application ...

    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 using PowerShell, …

  10. "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.