id summary reporter owner description type status priority milestone component version severity resolution keywords cc external_id 2743 Infinite recursive call in CreateMapLayer hm hm "In PlatformConnectionBase.cs line 2005 this method is declared: public RuntimeMapLayer CreateMapLayer(RuntimeMap parent, IMapLayer source) => CreateMapLayer(parent, source); This create a infinite recursive call to the same mathod. It should be changed to: public RuntimeMapLayer CreateMapLayer(RuntimeMap parent, IMapLayer source) => CreateMapLayer(parent, source, false); Workaround is to not use the above method, but us the one with the ""bool supressErrors"" parameter." defect closed medium Maestro-6.0 Maestro 3.1.0 minor fixed infinite recursive loop