Hi All,
I'm facing this issue in a sync plugin. Even though the operation isn't that complex/lengthy, the plugin times out 2 mins every single time.
Also, when I debug, I go through all the code properly without any issues, however, at the end of the debug, when the VS should leave the Plugin Registration Tool, the Plugin Registration Tool shows me this failure.

The error reads as -
Unhandled Exception: System.Runtime.Remoting.RemotingException: Object '/dea7eef5_5fb7_4651_b453_5c436045c213/g0uzw2nc4cevnv5rlo4je2ly_26.rem' has been disconnected or does not exist at the server.
Server stack trace:
at System.Runtime.Remoting.Channels.ChannelServices.CheckDisconnectedOrCreateWellKnownObject(IMessage msg)
at System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage(IMessage msg)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at PluginProfiler.Library.Reporting.IProfilerTracingService.Trace(String format, Object[] args)
at PluginProfiler.Library.AppDomainProxy.Execute(ProfilerExecutionConfiguration configuration, ProfilerExecutionReport report)
at PluginProfiler.Library.AppDomainProxy.Execute(ProfilerExecutionConfiguration configuration, ProfilerExecutionReport report)
at PluginProfiler.Library.ProfilerExecutionEngine.Execute(ProfilerExecutionConfiguration configuration)
at PluginProfiler.Library.ProfilerExecutionUtility.Execute(PluginPermissions permissions, ProfilerExecutionConfiguration configuration)
at PluginProfiler.Library.ProfilerExecutionUtility.Execute(PluginPermissions permissions, OperationConfiguration operation, ProfilerReportingConfiguration reporting, CrmServiceClient administratorProxy, ITracingService tracing)
at Microsoft.Crm.Tools.DebugPlugin.DebugPluginViewModel.btnExecutionClicked()
I'm not sure what this could be and I suppose this is why the plugin, even though after it finishes execution, it comes across this in the normal process and waits until 2 mins to finally tell me that the plugin didn't go through.
Any thoughts?
Thanks.