Hi,
I've used ILMerge to join assemblies together so my plugins can have extended functionality in a sand boxed environment. This works fine in sand boxed mode on-premise (database deployment) but when I try to update my assemblies on the 365 platform I get
a SQL time out.
The error I'm getting is :
System.TimeoutException: The request channel timed out while waiting for a reply after 00:01:59.9229692. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation
may have been a portion of a longer timeout.
I'm guessing it's actually the assembly size that's the issue, (3.5mb) rather than it actually taking too long.
I've looked around and find some solutions using the older version of the plugin registration tool, but that was when the source was available and it seems to be slightly different now anyway.
Can someone point me in the direction of how I can increase the assembly size/time limits when updating the plugin to 365?
Any help/ideas would be extremely appreciated.
Thanks,
James