Hi All,
Generally
while developing APPs in SharePoint 2013,we will face the below issue.
Issue:
Whenever
SharePoint hosted or Auto hosted app code or html is updated and you upload it
to App Catalog (deployed), and add the newly updated app into site you get the “Something
Went wrong error message”.
Resolution:
1) When you
remove the app from the web, it will go into the recycle bin of that web and
the site collection of that web. You need to remove it from the web recycle bin
and site collection's recycle bin. In site collection recycle bin choose
"Deleted from end user recycle bin" and then delete the app.
2) Create a
new GUID for the app and then open Appmanifest.xml with code and then replace
the Product ID with the newly created GUID. In this way app will be registered
with a different product id.
3) Change
the version of app and then upload it again to app catalog site.
Thanks.
Related Post
Apps.SharePoint 2013
- Get List Field Type using ECMA Script in SP Hosted Apps
- SharePoint 2013 AppModel Basics
- Create Content Type using ECMA Script
- Get List Content Types using ECMA Script
- Get Lookup Column Value using ECMA Script
- Create Folder in document Library using ECMA Script in SharePoint Hosted Apps
- Remove an App from SharePoint Site
- Delete List Item Collection using ECMA Script
- Get List Item attachments using ECMA Script
- XMLHttpRequest: Network Error 0x2eff, Could not complete the operation due to error 00002eff.
- Create SharePoint Hosted App in SharePoint 2013
- 101 New Features of Share Point 2013
- Creating Apps in SharePoint 2013
0 comments:
Post a Comment