When i was trying to create my first SharePoint 2013 app model and try to deploy app to SharePoint using VS2013, i got the below error.
"unknown sharepoint version 16.0 parameter name: version".
After doing research, i came to know that SharePoint app project's TargetOfficeVersion set to 16.0 which I wasn’t able to find through the Visual Studio UI in project settings or properties.
I just close the VS2013 and opened my solution's CSPROJ file and i found that targetofficeversion is set to 16.0 and have changed it to 15.0.
Now reopened the solution, clean it and deploy.
"unknown sharepoint version 16.0 parameter name: version".
After doing research, i came to know that SharePoint app project's TargetOfficeVersion set to 16.0 which I wasn’t able to find through the Visual Studio UI in project settings or properties.
I just close the VS2013 and opened my solution's CSPROJ file and i found that targetofficeversion is set to 16.0 and have changed it to 15.0.
Now reopened the solution, clean it and deploy.
No comments:
Post a Comment