Hi All,
When we encounter "The language-neutral solution package was not found." issue while deploying SharePoint Project from Visual Studio for SharePoint 2010 and SharePoint 2013.
There are several ways we can try to resolve the issue, in this specific order:
1.Close Visual Studio Solution and completely exit out of it, then run it again and compile. This sometimes fixes the issue.
2.Right-Click on your Visual Studio Solution, select "Clean" Solution, then Right Click on SharePoint Project and choose "Retract". Rebuild and Deploy.
3.from PowerShell running as Administrator run Uninstall-SPSolution:
syntax: Unistall-SPSolution -identity {Name of WSP File} -allwebapplications
4.from PowerShell running as Administrator run Remove-SPSolution:
syntax: Remove-SPSolution -identity {Name of WSP File} -force
5.from PowerShell running as Administrator run the Delete() command:
(Get-SPSolution {Name of WSP File}).Delete()
If items 1 through 4 doesn't fix it, item 5 will definitely do the trick, but it shouldn't be run unless all the other solutions fail.
When we encounter "The language-neutral solution package was not found." issue while deploying SharePoint Project from Visual Studio for SharePoint 2010 and SharePoint 2013.
There are several ways we can try to resolve the issue, in this specific order:
1.Close Visual Studio Solution and completely exit out of it, then run it again and compile. This sometimes fixes the issue.
2.Right-Click on your Visual Studio Solution, select "Clean" Solution, then Right Click on SharePoint Project and choose "Retract". Rebuild and Deploy.
3.from PowerShell running as Administrator run Uninstall-SPSolution:
syntax: Unistall-SPSolution -identity {Name of WSP File} -allwebapplications
4.from PowerShell running as Administrator run Remove-SPSolution:
syntax: Remove-SPSolution -identity {Name of WSP File} -force
5.from PowerShell running as Administrator run the Delete() command:
(Get-SPSolution {Name of WSP File}).Delete()
If items 1 through 4 doesn't fix it, item 5 will definitely do the trick, but it shouldn't be run unless all the other solutions fail.
Related Post
SharePoint
- Build Automation (CICD) of WebJob in SharePoint Online
- List view render using JSLink with Fabric UI
- Delete Quick Links using Powershell
- SharePoint Interview Questions and Answers..
- Issues:SharePoint Foundation 2013 Prerequisites installation(off line) on Windows Server2012 R2
- SharePoint Column Field Types
- Alternate to InfoPath Forms in SharePoint
- Get the Items inside the Folder in document Library in SharePoint 2013 using REST API
- SharePoint 2016 [Beta] Release Date
- SharePoint Modal Dailoge to Open Page
- What is Look up Column and how to use in SharePoint 2010,2013
- People Picker Check User Entry and Resolve
- How to Get User Data from AD (Active Directory) in SharePoint Using C#
- History of SHAREpoINt
- How to Create Application Page in SharePoint using Visual Studio 2010,2013
- Retrieve Site Features in SharePoint
- Weather Webpart by using Yahoo Service in Share Point
- Activate Telnet Client in Windows Server
- Navigate to another Page After Clicking on JavaScript Alert
- How to read List Item Version Collection Programmatically
- How to get Worker Process from Command Prompt
- How to Use DataTable.js in SharePoint webpart
- Adding New Link to PromotedActions Delegate Control in SharePoint 2013
- How to Deploy Master Page in Share Point
- Get Role Definition in SharePoint
0 comments:
Post a Comment