0

After compile my modules (has been executed), I run Dynamics 365 database synchronization.

I get this error below:

Severity Code Description Project File Line Suppression State Error System.Net.WebException: The operation has timed out at System.Net.HttpWebRequest.GetResponse() at Microsoft.Dynamics.Framework.Tools.ProjectSystem.DevFabricAccessor.StartWorkerProcess() at Microsoft.Dynamics.Framework.Tools.ProjectSystem.DevFabricDebuggingHost.WarmupAppPool(Int32 RetryCount) at Microsoft.Dynamics.Framework.Tools.ProjectSystem.Debugger.IISExpressHostSupplier.InitializeDebuggingHostSupplier() at Microsoft.Dynamics.Framework.Tools.ProjectSystem.Debugger.IISExpressHostSupplier.RestartRuntime() at Microsoft.Dynamics.Framework.Tools.BuildTasks.SyncEngineWrapper.Sync(CancellationToken cancellationToken)

Info: My DEV environment is on Cloud.

I tried to restard my IIS and run again the Synch, but nothing change.

Do you have any idea about this issue? There is any way to resolve it?Are there any tips and trick?

Thanks.

ulisses
  • 1,549
  • 3
  • 37
  • 85

1 Answers1

0

Have you tried sync'ing via command line and increasing the timeout?

See the below links for examples of how to do this. The switch is SqlTimeOut. It may be undocumented...not sure I just decompiled the assembly to see the options.

enter image description here

Alex Kwitny
  • 11,211
  • 2
  • 49
  • 71