Forum Discussion
ChuckW960
Feb 24, 2020Copper Contributor
Unable to deploy Provider-Hosted Add-Ins in VS - SharePoint Ok?
Hello, I've now tried on two machines. When I try to debug/deploy Provider-Hosted Add-Ins in Visual Studio, I'm getting an error here: : 2> Install SharePoint Add-in: 2> Uploading the SharePoint A...
- Feb 26, 2020
My teammate let me know she was able to do this last night, and today when I tried again I was able to do it. Would love to know what "object" was in an "invalid state" - my user account, the tenant, the site, the code, my machine, my VS settings, etc. Oh well. I just seem to have been in some sort of penalty box for 48 hours.
ChuckW960
Feb 25, 2020Copper Contributor
In Fiddler, I see a request to (siteurl)/_vti_bin/client.svc/ProcessQuery with the following:
<Request AddExpandoFieldTypeSuffix="true" SchemaVersion="15.0.0.0" LibraryVersion="16.0.0.0"
ApplicationName=".NET Library" xmlns="http://schemas.microsoft.com/sharepoint/clientquery/2009">
<Actions>
<ObjectPath Id="13899" ObjectPathId="13898"/>
<ObjectIdentityQuery Id="13901" ObjectPathId="13898"/>
<Query Id="13902" ObjectPathId="13898">
<Query SelectAllProperties="true">
<Properties/>
</Query>
</Query>
</Actions>
<ObjectPaths>
<Method Id="13898" ParentId="13894" Name="LoadApp">
<Parameters>
<Parameter Type="Binary">
<Include href="cid:http://sharepoint.microsoft.com/13900"/>
</Parameter>
<Parameter Type="Int32">1033</Parameter>
</Parameters>
</Method>
<Identity Id="13894"
Name="99f2389f-e0fa-9000-c098-a96c435fdfb6|740c6a0b-85e2-48a0-a494-e0f1759d4aa7:site:7d5d1b43-e14c-4570-bf31-aca9d9a11f6a:web:e84f8018-aafa-4ea8-b494-42c957e00c6a"
/>
</ObjectPaths>
</Request>The JSON response is:
[{
"SchemaVersion":"15.0.0.0","LibraryVersion":"16.0.19812.12015","ErrorInfo":{
"ErrorMessage":"Operation is not valid due to the current state of the object.","ErrorValue":null,"TraceCorrelationId":"9af2389f-7002-9000-9ed9-7ab13da9d0cd","ErrorCode":-1,"ErrorTypeName":"System.InvalidOperationException"
},"TraceCorrelationId":"9af2389f-7002-9000-9ed9-7ab13da9d0cd"
}]