About 93 results
Open links in new tab
  1. web part - How do I Modify Contents of a WSP File? - SharePoint Stack ...

    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 the code from …

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

  3. SharePoint - 80 : Error: The web.config is invalid on this IIS Web Site:

    Mar 4, 2019 · The service name in your post is “Microsoft SharePoint Foundation Web Application”. You could stop and re-start the service “Microsoft SharePoint Foundation Web Application” in Services on …

  4. Issues in WSP solutions with web application scoped resources in ...

    The WSP solutions contain web application scoped resources and hence are deployed to web applications and not globally. There are SafeControl entries in the package, web parts, user control etc.

  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. Explain it to me: SharePoint deployment scope, solution and features

    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 and issue …

  7. 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 SP …

  8. Custom web part deployment produces 'Cannot import this webpart' …

    When I deploy the wsp via PowerShell to a remote SharePoint server, the web parts show in the web part gallery but adding one to a page gets me the error 'Cannot import this web part'.

  9. 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...

  10. 2016 - How to Deploy same Wsp files with same name to Different ...

    Nov 2, 2017 · 0 In sharepoint 2016 server i was created two web applications.In first web app i installed wsp files.Site was working withou any issues. In wsp fiels some of the files as "Web" scoped. some …