This error occurred to me when I try to Deploy SharePoint Hosted App to SharePoint server from visual studio.
This error comes when Project name and package name is different from each other. When you create a project name with space (Ex- Project Name) it creates a package name with a space (Ex- Project_Name).
So you need to make sure both names are equal.
Comments