Hi,
We are not able to delete document from Ribbon button in sharepoint 2013. while digging debugger tool found below error.
SCRIPT5007: Object expected
inplview.js?rev=%2Bhds1ETWRgD4PK1iGBqC1A%3D%3D, line 2 character 21167
We follow multiple post in MSDN related to this but no success, as mostly telling set aspNetCompatibilityEnabled="true" in web.config but it is already set in my case.
One interesting thing i found here is, We are using WCF service(Not hosted in IIS) and there is tag in web.config
<serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true" />
If i delete attribute multipleSiteBindingsEnabled="true" every thing is working fine (able to delete doc from Ribbon) but due to this my WCF service is getting fail.
i follow below links but no success
Can any one help me on this
Thanks,
Dinesh